|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Difference between commands
i need to know the difference between two commands Code:
ps -ef|grep oracle ps -ef|grep -v grep |grep oracle Last edited by Scott; 12-04-2012 at 08:52 AM.. Reason: Cde tags |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
The second one excludes grep itself from the result, and can also be achieved like: Code:
ps -ef | grep [o]racle You could easily have found an answer to this by searching the net, or the forum. Please search first. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HACMP: difference between 'cl' commands and 'cli' commands | peppix | AIX | 0 | 06-21-2011 02:43 AM |
| Difference between the commands | saiki | Shell Programming and Scripting | 0 | 06-17-2010 02:55 AM |
| Difference in commands | grin1dan | UNIX for Dummies Questions & Answers | 4 | 06-22-2009 04:26 PM |
| difference between these commands?? | wrapster | Solaris | 3 | 02-22-2008 02:38 PM |
| what's the difference of these two commands? | kfad | UNIX for Dummies Questions & Answers | 3 | 04-25-2005 10:40 AM |
|
|