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... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]