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 TouchToneTommy 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: *

  • Users: ETStudi
  • Content: Threads
  • Order by date
  1. 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