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 -->
  #7 (permalink)  
Old 01-25-2008
varungupta varungupta is offline
Registered User
 

Join Date: Feb 2007
Location: Pune, Dehradun (INDIA), Michigan(US)
Posts: 187
Lightbulb

Quote:
Originally Posted by ranjithpr View Post
grep -x -v -f F1 F2
Hey,

I have attached 2 files in this mail, please find those, in which i am doing comparisions.
Contents of EAIDVBR1.txt are standard and Contents of EAIDQBR1.txt are mixed.
I want list of all strings from EAIDQBR1.txt that are not there in EAIDVBR1.

Please have a look and let me know. As i have tries "grep -x -v -f F1 F2" command on these files and its not working effectively.

Let me know asap.
Thanks
Varun
Attached Files
File Type: txt EAIDQBR1.txt (6.1 KB, 5 views)
File Type: txt EAIDVBR1.txt (4.6 KB, 2 views)
Reply With Quote