StackOverflow 文件 awk 教程 欄位 迴圈 Field 迴圈 Field Created: November-22, 2018 awk '{ for(f=1; f<=NF; f++) { print $f; } }' file 欄位