Tutorial by Examples

awk '{ for(f=1; f<=NF; f++) { print $f; } }' file

Page 1 of 1