StackOverflow 文档 awk 教程 字段 循环 Field 循环 Field Created: November-22, 2018 awk '{ for(f=1; f<=NF; f++) { print $f; } }' file 字段