![]() |
|
|
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 |
| Whats wrong with this line? | looza | Shell Programming and Scripting | 5 | 07-14-2008 11:32 AM |
| What's wrong with this line: if ${TEST:?} ; then echo empty; fi | meili100 | UNIX for Dummies Questions & Answers | 2 | 02-23-2008 11:45 AM |
| what am i doing wrong | iago | UNIX for Dummies Questions & Answers | 4 | 09-04-2007 08:27 AM |
| Whats wrong with this 5 line script! | c19h28O2 | Shell Programming and Scripting | 9 | 05-11-2006 02:04 AM |
| What was wrong ??? ksh | sabercats | Shell Programming and Scripting | 11 | 02-27-2006 01:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
system ("$ssh '$perf_stats' < temp_pipe 2>&1 &");
I need to start and interact with my executable defined by perf_stats on a remote machine but not change my command line to that of the remote machine. temp_pipe is a node created by mknod -f temp_pipe |
|
||||
|
$ssh contains the command that connects the client with the remote host.
system ("$ssh '$perf_stats' < temp_pipe 2>&1 &"); I then use something like this: system("$rsh '$cmd'" ); where $rsh is the rsh connection command and $cmd is the command I use to run on $perf_stats. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|