![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 11:16 AM |
| Very small Shell Script Help... | marconi | Shell Programming and Scripting | 2 | 12-11-2007 05:44 AM |
| what is problem with this small shell script.. case statement related | johnray31 | Shell Programming and Scripting | 2 | 12-10-2007 03:05 PM |
| error in shell script | jalpan.pota | UNIX for Dummies Questions & Answers | 2 | 05-18-2007 10:14 AM |
| Error when trying to use PHP shell. | Danny_10 | OS X (Apple) | 3 | 07-17-2004 02:38 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Shell - a small error! :(
# doloadsfs.sh - load scribe data into new SFS files
for s in c e f h m do for f in 0001 0002 0003 0004 do hed -n ma$s.$f.sfs slink -isp -f 20000 c:/data/scribe/scribe/dr1/mt/ma$s/a${s}pa$f.pes \ ma$s.$f.sfs anload -S c:/data/scribe/scribe/dr1/mt/ma$s/a${s}pa$f.pea ma$s.$f.sfs done done ________________________________________________________________ I get these errors: $ sh doloadsfs.sh doloadsfs.sh: line 3: syntax error near unexpected token `$'do\r'' 'oloadsfs.sh: line 3: `do _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ __ Can any1 please tell me the correct script for this to run. Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|