The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: grep
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-18-2006
System Shock's Avatar
System Shock System Shock is offline
Registered User
 

Join Date: May 2006
Location: Tau Ceti V
Posts: 378
First, I guess you meant ps -ef | grep ora_ , not os_

Anyway, the second line comes up because when you run the ps -ef | grep command, you create a process, so your command simply is picking itself up among the list of processes running.

You grep for a string of text, not a type of process.
Reply With Quote