[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Short question
Hi
Does anybody know a shell command that allows me to run something in the
background immediately?
I've looked in to the alternatives -
at: Doesn't fit my need. I need to run it now.
batch: Batch run a process immed. only if the load average is lower than
0.8.
cron: Same as at.
issuing the command with the & sign: This will run as a nested process.
When I'll close the terminal, the command will shut with it.
Anyone?
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il