Linux awk -F 命令如何指定输出双引号里的内容,求助

2025-03-10 18:51:42
推荐回答(1个)
回答1:

echo '"8588": "aaaddd"' | awk '{print $2}' | awk -F'"' '{print $2}'