I'm trying to get a BASH shell script written so that I selectively batch copy files from my DOS partition to Linux. Here's the shell script: mdir | sed "/^ /d" | sed "/^$/d" | tr '[A-Z]' '[a-z]' | sed "/^\./d" > tmp$$ joe tmp$$ sed "/^\(............\)\(.*\)$/s//\1/" < tmp$$ | sed "s/ /./" | sed "s/ //g" > tmpa$$ <----- (end of previous line) mv tmpa$$ tmp$$ for file in `cat tmp$$` do mread '$file' $file done rm tmp$$ tmp$$~ exit However, the "mread '$file' $file" command results in a <"$FILE" not found message> by mtools. I've tried escaping the ' symbol (\') in the shell script but this doesn't work either. Any suggestions? * Origin: Dane's Mailbox * Tucson, AZ (1:300/21.1)
| jmerkey | [ANNOUNCE] mdb: Merkey's Linux Kernel Debugger 2.6.27-rc4 released |
| David Miller | [GIT]: Networking |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Andrew Morton | Re: [PATCH] [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl() |
git: | |
| Kevin Ballard | Re: git on MacOSX and files with decomposed utf-8 file names |
| Patrick Doyle | Re: Split a subversion repo into several git repos |
| Pieter de Bie | Re: What's cooking in git.git (topics) |
| Toby White | Using Filemerge.app as a git-diff viewer |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Les Andrzejewski | X386/WD90C31/SUMSUNG SYNC MASTER 4 |
| Drew Eckhardt | Re: IBM PS/2 Model 70 |
| Epstein | Linux bootimage 0.96a patchlevel 1 and 486 |
| Laurent Pinchart | [PATCH] dm9000: Support MAC address setting through platform data. |
| Stephen Hemminger | Re: [PATCH 6/7] [NETDEV]: tehuti Fix possible causing oops of net_rx_action |
| Benjamin Herrenschmidt | [PATCH 3/11] ibm_newemac: Fix ZMII refcounting bug |
| Jeff Garzik | Re: on the topic of alternate MAC addresses |
