AWK - fun with data - only print certain columns of data
how to use AWK to print/filter data
I needed to just print out some columns in a file to see if I was missing something or not, so ... AWK to the rescue.
Some useful urls:
- Take nth column in a text file - I used the second answer by Tom …