Thread
:
Help with scripting
View Single Post
#
6
(
permalink
)
05-12-2008
radoulov
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
radoulov
View Public Profile
Find all posts by radoulov