Awk Print First Column
Awk print first column – Awk '{print $0}' somefile print all but the first column: Web the default action of awk when in a true condition is to print the current line. Awk '{print $1}' information.txt ouput: Awk ' fnr==1 { if (file) { close (file) } file=out_file_filename.txt } { print $1 > (file) } … Read more