The UNIX and Linux Forums  

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



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-25-2006
madhunk madhunk is offline
Registered User
 

Join Date: Nov 2005
Posts: 91
Check if your grep supports -v and -f options...

type
Code:
man grep
at the command prompt

If you are on Sun Solaris box, some options are supported by

Code:
/usr/xpg4/bin/grep
and some options are supported by

Code:
/usr/bin/grep
Give the entire path of grep...

See if it works!!
Reply With Quote