linux复制一个文件到另外一个文件中 复制一个文件到另外一个文件中 example1 文件中内容 : test1 example2 文件中内容 : test2 复制example1 的内容到 example2 中 [plain] cat example1 >> example2 结果:example2文件中的内容: test1 test2 本文来自:Linux学习网