📜  awk 选择存储在变量中的第二个字段 - Shell-Bash 代码示例

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

代码示例1
y=$(echo $x | awk '{print $2}')
echo $y