Search Results

Search: Posts Made By: p3t3r
2,206
Posted By p3t3r
works perfectly with nawk. :D Thankyou very...
works perfectly with nawk. :D

Thankyou very much
Pete
2,206
Posted By p3t3r
Hi, thanks for the quick response. I get a syntax...
Hi, thanks for the quick response. I get a syntax error when I try this.

$ awk -F, '
> BEGIN{print "Firstname,Surename,City,Country,ISO"}
> NR==FNR{a[$1$2]=$3","$4;next}
> a[$1$2]{print $0...
2,206
Posted By p3t3r
Matching and combining two files
Hi, How can I match the first two fields of file2 against the first two fields of file1 and where they match combine the two lines. If the name
(example-Aidan Rielly) is in file1 but not in file2...
Showing results 1 to 3 of 3

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