Search Results

Search: Posts Made By: tomclampo
5,644
Posted By tomclampo
sort -k 3 < file1 > file1.sort sort -k 1 <...
sort -k 3 < file1 > file1.sort
sort -k 1 < file2 > file2.sort
join -1 3 -2 1 -o 1.1,1.2,1.3,2.2,2.3 file1.sort file2.sort | sort
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 10:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy