【发布时间】:2016-03-27 21:06:09
【问题描述】:
[root@firstcentos scripts]# cat test1
00
00
01
01
00
00
02
02
03
aa
aa
aa
[root@firstcentos scripts]# cat test1 | uniq -c
2 00
2 01
2 00
2 02
1 03
3 aa
[root@firstcentos scripts]#
【问题讨论】: