处理文本文件及其排序去重
更新:HHH   时间:2023-1-7


cat file1.txt file2.txt >file3.txt

sort file3.txt | uniq >newfile.txt

newfile即为去重后的文件

返回安全技术教程...