In <[EMAIL PROTECTED]>, Isaac Aaron <[EMAIL PROTECTED]> writes:

> Does anybody know a shell command that allows me to run something in the
> background immediately?

Use nohup if you're using a Bourne shell (sh) descendant.

Just use `&' if you're using a C shell (csh) descendant.

For this purpose, bash (the bastard shell) compiled with job control,
acts as a csh descendant.


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to