04/02
2020
命令行下使用 sort 对中文内容排序,可能会失效,应该是字符集的问题,命令行前面加“LC_ALL=C”可解。
如:LC_ALL=C sort wuliu.txt | uniq > wuliu-result.txt
关于LC_ALL请参考:
https://blog.csdn.net/ict2014/article/details/23946471
https://www.jianshu.com/p/368b556a32c6
https://blog.csdn.net/luoleicn/article/details/6162358