"Guy T. Rice" <[EMAIL PROTECTED]> writes:

> Many shells will kill all their children when they exit.  See if your shell
> supports the "disown" command.  If so, disown any children you want to

BTW:

command &!

is like nohup command & (or command &;disown %1) in zsh.

                                  --Chmouel

Reply via email to