[06/16/2011]

UNIX: Count processes containing text
By: Mark Jacobsen

Ever want to know if something is running on a Unix box, but only know the name or even part of the name of the file or path? You can find it using the following command...

EXAMPLE:
ps -ef|grep "script.pl"|grep -v "grep"|wc -l

MEANING:
ps -ef|grep "script.pl"
Lists all processes that contain "script.pl"

grep -v "grep"
removes the processes that contain grep (i.e. the orig grep command will show up as a process match)

wc -l
counts the number of "lines"/processes

===================
Mark Jacobsen: I hope you have found this article or tip helpful. If so, please consider making a donation. 100% of all proceeds will be directed to charity: water. Contact me at MarkJacobsen.net or @MarkJacobsen

 

Like this Article?
Please Share it and Subscribe


Thanks for stopping by. Please be sure to visit some of my sites for your communication needs: Toll Free Virtual PBX, Real Estate Call Capture, Hosted PBX, and Virtual Fax.

All News Articles...

Post Comment
First Name
Last Name (Not published)
Email (Not published)
5 + 1 =

Subscribe for Free
Subscribe via Email
Subscribe with Google Reader
Subscribe via RSS

Share this Article
Share on Facebook Share on Twitter Share on Delicious Share on Google Buzz Share on StumbleUpon


Last Weeks Most Popular

gSyncit Rocks

DB2: How do I concatenate multiple columns in a select statement to return a single column?

Windows 7 Won't Connect to Public WiFi

DB2: How to find records with non-printable characters (SQLSTATE 01517)

DB2: How do I tell what objects reference a table?


Subscribe via Email
Email

Connect on LinkedIn

Follow me on Twitter




Copyright © 2012 Communication Freedom, LLC. All rights reserved
Save to delicious  RSS feed     
Contact Us | About Us | Privacy Policy  
Order easily with Visa, Mastercard, American Express, or Discover Card