The UNIX and Linux Forums  

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



Thread: Join
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-26-2008
vakharia Mahesh vakharia Mahesh is offline
Registered User
 

Join Date: Feb 2007
Posts: 51
join

For successfule join commd execution
(1) sort both the file in same order the field on which you want to join
(2) the length must be same

use the commd: join file1 file2 > o/p file name
Reply With Quote