![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [PERL] Running unix commands within Perl Scripts | userix | Shell Programming and Scripting | 1 | 05-28-2008 07:06 PM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | SuSE | 5 | 07-30-2007 09:26 AM |
| Running a remote Server through perl script | chandrak | Shell Programming and Scripting | 0 | 02-13-2006 12:25 AM |
| perl... how to tell if a piped command is still running? | boytheo | Shell Programming and Scripting | 0 | 08-17-2005 12:01 PM |
| Perl running C code | gdboling | Shell Programming and Scripting | 1 | 09-02-2003 07:43 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
perl for running ps -ef command
I have following script
HTML Code:
$cmd="ps -ef |"; open(PSINFO, $cmd) || die "Unable to get ps -ef information from System"; Code:
ps: illegal option -- f usage: ps [ -aceglnrSuUvwx ] [ -t term ] [ num ] |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|