[ale] scripts, file I/O, and loss of hair

Pat Regan thehead at patshead.com
Thu May 12 16:47:40 EDT 2011


On Thu, 12 May 2011 15:30:09 -0400
Jim Kinney <jim.kinney at gmail.com> wrote:

> Some stuff I've tried:
> rsh $node 'echo $$; $command < $input &'
> rsh $node 'echo $$; $command < $input &' &
> rsh -n $node 'echo $$; $command < $input &'
> mypid=$(rsh $node 'echo $$; $command < $input &')
> rsh $node 'echo $$; $command < $input &' 2>&1

How about:

rsh $node '$command < $input & echo $!'
 
> BTW: RHEL5 has a BUSTED rsh. -n DOES NOT WORK!

Maybe everyone is using ssh :)

Pat


More information about the Ale mailing list