The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: process list
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-29-2009
mbaste2 mbaste2 is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 4
process list

i read in ps manual that -C cmdlist will just result to processes stated in the cmdlist. i intend to issue this command

ps c -FC "firefox-bin, soffice.bin"

here cmdlist contains two executables only. in the future, this cmdlist will grow. is there a way i can make ps read a csv file as the source of cmdlist?

thanks