Hello PHV and Annihilannic,
Thank you very much for your reply. I thought it was AWK, because the script which contains this line is named with the extension ".awk". The script has been working more than six years without an error, because the line with the value "9" in the example always...
Hello all,
I have a big problem using the command "join" with awk. I have two input files:
file1.txt
1 A
2 B
3 C
4 D
5 E
6 F
7 G
8 H
9 I
10 J
11 K
12 L
13 M
and file2.txt
2 222
5 555
6 666
6 666_2
8 888
9 999
10 101010
11 111111
13 131313
If I use the command
join file1.txt file2.txt >...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.