Hi people,

I want trap the results of 'ps -ef' command.

I first trap the results by splitting the results in scalar values such as $uid $pid 
$ppid $stime, etc...

I would like, for each line returned, to hold these values in an array, so that, for 
each uid, I could return its corresponding pid, ppid, stime, cmd, etc.

What would be the best data structure to use? An hash table in an array? ...

Thanks in advance,

Best regards,

Steve Hemond
Programmeur Analyste / Analyst Programmer
Smurfit-Stone, Ressources ForestiÃres
La Tuque, P.Q.
Tel.: (819) 676-8100 X2833
[EMAIL PROTECTED] 

Reply via email to