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 -->
  #5 (permalink)  
Old 02-21-2007
gopidesaboyina gopidesaboyina is offline
Registered User
 

Join Date: Feb 2007
Posts: 29
If they are in sorted format and lines matches. just use below command.

paste long_file short_file
Reply With Quote