[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How does one get ssh to not wait?



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" &



Reply to: