in reply to Running External Commands
You should be very careful though, if you decide to pass to the command options from the user's input (for example through a CGI script). But that's a fact, either you use backticks or system.$result=`/bin/tail -15 /var/adm/messages`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Running External Commands
by ivey (Beadle) on Jun 06, 2000 at 18:38 UTC |