标签:csdn -- net txt cat 链接 删除 sdn shel
cat a.txt
1,2,3,3
4,4,4,1
4,4,4,1
2,4,4,1
cat a.txt|uniq -c
1 1,2,3,3
2 4,4,4,1
1 2,4,4,1
$ uniq -c a.txt
1 1,2,3,3
2 4,4,4,1
1 2,4,4,1
标签:csdn -- net txt cat 链接 删除 sdn shel
原文地址:https://www.cnblogs.com/anliux/p/12849742.html