When I run the following script I get errors when I use the list form if the system call.
You are using shell redirection (via '>') and backgrounding (via '&'). When you use the system LIST form, a shell is not started. The ps command doesn't know what to do with the '>' and '&' arguments you are giving it.
-sauoq "My two cents aren't worth a dime.";
In reply to Re: Trying to understand the System function
by sauoq
in thread Trying to understand the System function
by mifflin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |