直接拼接多个文本文件内容,输出到一个文件中去 cat a.txt b.txt ... > e.txt 如果需要每个文件内容中间添加额外的换行符的话,可以使用 awk 1 a.txt b.txt > ee.txt