View Single Post
  #6 (permalink)  
Old 05-12-2008
radoulov's Avatar
radoulov radoulov is offline
addict
 

Join Date: Jan 2007
Location: Milan, Italy/Varna, Bulgaria
Posts: 1,191
It seems quite easy, did you try to adapt the code yourself?

Code:
awk 'NR==FNR{_[$1]=$3 FS $6;next}$NF=$NF _[$3]' file1 file2>file3
Reply With Quote