Using awk to execute the series of join commands described above produces only syntax errors.

Here are those commands:

> join -1 2 -2 2 join -1 2 -2 2 join -1 2 -2 2 join -1 2 -2 2 join -1 2 -2 2 join -1 2 -2 2 join -1 2 -2 2 join -1 2 -2 2 join -1 2 -2 2 join -1 2 -2 2 join -1 2 -2 2 time awk --file Joins/Script-Joins-sorted-07272019.txt

Running those scripts one at a time is successful, but tedious. The awk command generates numerous syntax errors,
mainly at the dots in the hostnames contained in the files 01.txt and 45.txt

I tried enclosing the filenames (01.txt through 45.txt) in single quotes, but that made matters worse ...

Once the awk command works, these join commands' results can be put together lickety-split as described in my
earlier posting above.


Reply via email to