linux将变量按斜杠切割,并用下划线连接

cat 1.txt | awk -v OFS="_" '{split($0,a,"/" ); print a[1], a[2]}'
posted @ 2022-08-18 16:26  YlnChen  阅读(49)  评论(0编辑  收藏  举报