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

How does one get ssh to not wait?



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!

I tried (...)&, disown, etc.
Must I resort to batch(1)?
Perhaps one could use nohup, but then I want to clean up nohup.out...



Reply to: