Rob Sims wrote:

On Saturday 12 June 2004 07:22 pm, Dan Jacobson wrote:

How does one get ssh to not wait?

ssh somewhere <<!
touch file
sleep 333 && rm file&
!
echo I want control to arrive at this line without waiting 333!



sh -c "sleep 333 && rm -f file" &


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to