合并多个文件内容到一个文件中

linux或powershell下:

cat text1 text2 > all

windows的cmd下:

type text1 text2 > all

原文地址:https://www.cnblogs.com/Jim-william/p/4838001.html