赞
踩
1、grep -n 电视 negative_traded_clean.txt
查询包含 “电视”词语的行数,并返回行号
2、按样本行的字数排序
awk '{print length(), $0 | "sort -n" }' /path/to/text/file
3、uniq
4、sort