The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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 11:44 AM
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 07:35 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 10-13-2008
Helmut Helmut is offline
Registered User
  
 

Join Date: Dec 2007
Posts: 10
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?
  #2 (permalink)  
Old 10-13-2008
radoulov's Avatar
radoulov radoulov is offline Forum Staff  
addict
  
 

Join Date: Jan 2007
Location: Варна, България / Milano, Italia
Posts: 2,793
You have unbalanced quotes, try:

Code:
nawk '{system("/opt/EMCpower/bin/emcpadm renamepseudo -f d -s "$1" -t "$2)}' ...
  #3 (permalink)  
Old 10-13-2008
Helmut Helmut is offline
Registered User
  
 

Join Date: Dec 2007
Posts: 10
thanks -> this works!
  #4 (permalink)  
Old 10-13-2008
Helmut Helmut is offline
Registered User
  
 

Join Date: Dec 2007
Posts: 10
nawk '{system("/opt/EMCpower/bin/emcpadm renamepseudo -f d -s "$1" -t "$2)}' ...

if i want to check if $1 and $2 starts with the letters emcpower and just want to execute the command if it is so - how can i fulfil this?
  #5 (permalink)  
Old 10-13-2008
Franklin52 Franklin52 is offline Forum Staff  
Moderator
  
 

Join Date: Feb 2007
Posts: 4,212
Code:
awk '$1 ~ /^emcpower/ && $2 ~ /^emcpower/{...}'
Regards
  #6 (permalink)  
Old 10-14-2008
Helmut Helmut is offline
Registered User
  
 

Join Date: Dec 2007
Posts: 10
the command makes problems -> it says: ssh: syntax error at line 1: `emcpower/{system' unexpected

ssh remotemaschine nawk '$1 ~ /^emcpower/ && $2 ~ /^emcpower/{system("...")}' file

any other ideas?

Last edited by Helmut; 10-14-2008 at 04:30 AM..
  #7 (permalink)  
Old 10-14-2008
Helmut Helmut is offline
Registered User
  
 

Join Date: Dec 2007
Posts: 10
ok - the problem is that i have to copy my file to the remote destination!

how can i execute the following command on my remote host?

this command is correct:

nawk '{system("/opt/EMCpower/bin/emcpadm renamepseudo -f d -s "$1" -t "$2)}' filename

but how can i do this remote? my problem is that after ssh $1 I canīt make "(....)" because there are " in my command! so any ideas?

scp ${filestart}$1${fileend} $1:${destdir}
ssh $1 (cd ${destdir} && nawk '{system("/opt/EMCpower/bin/emcpadm renamepseudo -f d -s "$1" -t "$2)}' ${filestart}$1${fileend} && rm ${filestart}$1${fileend})

the solution is to give the nawk command in a file, copy this file to the remote server and execute it there!

Last edited by Helmut; 10-14-2008 at 09:27 AM..
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 07:17 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0