[plug] Bash "Processing" Script
James Devenish
devenish at guild.uwa.edu.au
Fri Jun 11 14:13:41 WST 2004
In message <Pine.LNX.4.44.0406111407310.1037-100000 at guild.murdoch.edu.au>
on Fri, Jun 11, 2004 at 02:08:00PM +0800, Shayne O'Neill wrote:
> nohup ./rararara &
FYI, because I can't help mentioning zsh is shell threads, the
motif that I generally use instead of nohup is:
./rararara >& mylog &!
Although I'm sure nohup predates zsh, the above motif remains applicable
even when you want to do things like:
( ./rararara && ./foo; ./bar ) &> mylog &!
More information about the plug
mailing list