Answers for "awk print nth column"

0

awk print nth column

awk '{print $N}' # replace N with the column you want
Posted by: Guest on February-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language