Dan Jacobson verraste ons met de boodschap: > 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)?
at(1) would do the job - hey, that's the same as batch - but I'd use screen(1), with the '-d -m' option combo greetz, -- Joris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]