![]() |
|
|
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 |
| SED command is not executing within the shell | naushad | UNIX for Dummies Questions & Answers | 1 | 03-26-2008 04:35 AM |
| Executing remotely the script | elthox | Shell Programming and Scripting | 12 | 02-21-2007 06:42 AM |
| Executing a unix command | jacob23 | UNIX for Dummies Questions & Answers | 5 | 12-20-2006 10:36 PM |
| executing dir or ls command via FTP | alx | Shell Programming and Scripting | 5 | 01-27-2006 06:13 PM |
| Automatically executing a command | robbiegregg | UNIX for Dummies Questions & Answers | 8 | 04-06-2005 12:46 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Remotely executing awk command
ssh user@machine awk '{ split ($1,ar,"!");print ar[2]}' samp >samp1
Error: Unmatched '. However on <machine> awk '{ split ($1,ar,"!");print ar[2]}' samp >samp1 executes successfully. Any suggestions. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|