码迷,mamicode.com
首页 > 系统相关 > 详细

linux学习之uniq

时间:2019-02-01 14:22:23      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:txt   bsp   linux   col   统计   div   学习   次数   常用   

uniq最经常用的是统计次数,通常先排序,然后uniq  -c

 

 

cat a.txt |sort -nr  |uniq  -c

 

linux学习之uniq

标签:txt   bsp   linux   col   统计   div   学习   次数   常用   

原文地址:https://www.cnblogs.com/students/p/10345543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!