[ubuntu-in] does anybody know what ps -ef | wc -l stand for?

shirish shirishag75 at gmail.com
Thu Dec 11 16:34:28 GMT 2008


Hi all,
 does anybody what does the above command is doing?

The first part of the command is about giving a list of processes

ps -ef

wc is about  print newline, word, and byte counts for each file
basically tells how many words are in a document or something.

so If I get

$ ps -ef | wc -l
121

does it mean that each processes has 121 words (or an average of 121 words)

If yes, is that too big or small?

Looking forward for answer/suggestion on the same.
-- 
          Regards,
          Shirish Agarwal
  This email is licensed under http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17



More information about the ubuntu-in mailing list