1.合并多个文件到一个文件并去重:

cat * | sort | uniq > result.txt

相关文章: