awk 判断某字段为空
摘要:more aaa.txt | awk -F '|' '
11 ~/^/{print $0}'
阅读全文
posted @
2020-06-17 09:50
郝心人forever
阅读(3554)
推荐(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) 编辑