The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: file comparison
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 10-08-2008
satish.res satish.res is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 7
The files are like this

File1
12345
56789
23456

File2
12345 fsfsdf 76775
23456 ytyy 090890
66444 rytry 878878

The out put should be
12345 fsfsdf 76775
23456 ytyy 090890

The file1 contains arround 1 million lines file2 has 2.5 million lines

pls help..