> $ 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'

-- 
ubuntu-in mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Reply via email to