📜  通过 grep 打印每行的第一个单词 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:49.851000             🧑  作者: Mango

代码示例1
cut -d' ' -f1 filename