Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ETStudi

    "join" doesn't work as expected

    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...
  2. ETStudi

    "join" doesn't work as expected

    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 >...

Part and Inventory Search

Back
Top