Quantcast
Channel: User David Z - Stack Overflow
Viewing all articles
Browse latest Browse all 50

Comment by David Z on Finding process count in Linux via command line

$
0
0
@krzemian Sorry I didn't see this at the time! In case it's still relevant: the difference is probably coming from the wc process, which is listed in the output of ps when you have them running in parallel in a pipeline, but not when you just dump the ps output to a file and run wc on it later. I added a note about that to the answer.

Viewing all articles
Browse latest Browse all 50

Trending Articles