Print A Column Of Text Using AWK By LotusshaneyJuly 22, 2010July 22, 2010Tech ls -la | awk ‘{ print $9 }’ will print the 9th column from the ls command. Easier than cut -d !