![]() |
|
|
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 |
| nim mksysb error :/usr/bin/savevg[33]: 1016,07: syntax error | astjen | AIX | 9 | 10-03-2008 12:44 PM |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 11:16 AM |
| syntax error | ibroxy | Shell Programming and Scripting | 5 | 01-03-2008 08:03 AM |
| nawk empty regular expression error | Rjkz | Shell Programming and Scripting | 6 | 12-21-2007 11:07 AM |
| I got error like...syntax error on line 1, teletype | koti_rama | UNIX for Advanced & Expert Users | 2 | 07-07-2007 08:35 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
nawk syntax error
I have following problem! If i trie to execute this command:
nawk '{system("/opt/EMCpower/bin/emcpadm renamepseudo -f d -s "$1" -t "$2")}' ${filestart}$1${fileend} where ${filestart}$1${fileend} is a filename and $1 and $2 is the first and second column of the file! I get the following error message if i execute it in my script: nawk: syntax error at source line 1 context is {system("/opt/EMCpower/bin/emcpadm renamepseudo -f d -s "$1" -t >>> "$2")} <<< nawk: illegal statement at source line 1 missing } missing ) can someone help me? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|