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

gaurav chaturvedi gaurav.p.chaturvedi at gmail.com
Thu Dec 11 18:07:04 GMT 2008


> $ ps -ef | wc -l
> 121

'wc -l' counts the number of lines.
and 'ps -ef | wc -l' counts the number of lines from the output of 'ps -ef'



More information about the ubuntu-in mailing list