pgrep where have you been all my life? (show)  

Ever need to find the PID of a specific process, or if a process is running? Pgrep to the rescue!

pgrep pigdin

This allows you to do cool things like:

#!/usr/bin/perl

if (`pgrep speedcrunch`) {
    print "is running\n";
} else {
    print "It's not running\n";
    # do some other stuff
}


Name: Email (Not Required):
 
Logged IP: 38.107.191.109
To prevent spam please submit by clicking the kitten: