in reply to Re: Trying to understand the System function
in thread Trying to understand the System function

So if we forget the redirection (via >) right now, how would I execute a command in background using the list form of the system command?
Is this possible?
  • Comment on Re: Re: Trying to understand the System function

Replies are listed 'Best First'.
Re: Re: Re: Trying to understand the System function
by sauoq (Abbot) on Jul 28, 2003 at 18:20 UTC

    Don't use system. Just fork and exec instead.

    -sauoq
    "My two cents aren't worth a dime.";