去除重復sort file |uniq
查找非重復
sort file | uniq -u
查找重復
sort file | uniq -d
統計
sort file | uniq -c