📜  bash 从行中获取字段 - Shell-Bash 代码示例

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

代码示例2
echo 'The Code Doctor' | awk '{print $2}'