Fields
Looping trough fields
awk '{ for(f=1; f<=NF; f++) { print $f; } }' file
SO Community
2016-09-12
2016-09-12
2016-09-12
https://i.stack.imgur.com/omjN2.png
awk Pedia
https://awk.programmingpedia.net/favicon.ico
This modified text is an extract of the original Stack Overflow Documentation created by following
contributors and released under
CC BY-SA 3.0