The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-22-2008
ranjithpr ranjithpr is offline
Registered User
 

Join Date: Nov 2007
Posts: 85
Try this one

grep -x -v -f F1 F2
Reply With Quote