Linux.com

pgrep

Posted by: Anonymous Coward on June 02, 2006 03:16 PM
pgrep already exists on a lot of systems... it's short for process grep, which is basically an alias of pgrep='ps -aef | grep'

Which allows you to 'pgrep ora' to find all the Oracle processes running.

#

Return to GNU grep's new features