Re: run in backround

From: <bryan@ak.net>
Date: Sun Sep 26 2004 - 12:00:21 AKDT

On Sun, Sep 26, 2004 at 12:26:16PM -0700, Newnham <newnham@gci.net> wrote:
> How do I get this command to run in the backround so I am not on the
> program when i start it ./hlds_run -game cstrike +map de_dust -autoupdate

Just put a & at the end of the command, with or without a space before
it. Any text output of the command will still appear on your screen
unless you redirect it before the &. Add something like ">logfile.txt"
to send output to a file, or ">/dev/null" to make it disappear.

--
Bryan Medsker
bryan@ak.net
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Sun Sep 26 12:01:03 2004

This archive was generated by hypermail 2.1.8 : Sun Sep 26 2004 - 12:01:03 AKDT