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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 04-29-2008
solracq solracq is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 8
Quote:
Originally Posted by shamrock View Post
Do you want the columns side by side or one after another in the output. Can you show how the output looks like.
hi Shamrock,

the output should be the column#2 of file 1, Tab, the column #2 of file 2

file1
1 2
2 3
3 4

file2
5 8
6 9
7 10

output
2 8
3 9
4 10

thanks!,
solracq