Processing math: 100%
06 2020 档案
awk 判断某字段为空
摘要:more aaa.txt | awk -F '|' '11 ~/^/{print $0}' 阅读全文
posted @ 2020-06-17 09:50 郝心人forever 阅读(3554) 评论(0) 推荐(0) 编辑
Shell命令统计wordcount
摘要:hello aaa hello more aa|awk '{a[$1]+=1}END{for(i in a){print i"|"a[i]}}' hello|2 aaa|1 阅读全文
posted @ 2020-06-12 15:41 郝心人forever 阅读(206) 评论(0) 推荐(0) 编辑


点击右上角即可分享
微信分享提示