NotePublic/Software/Applications/Cat/Cat_合并文件.md
ithink.chan 628eb75e62 修改文件夹名.
Signed-off-by: ithink.chan <chenyang@autoai.com>
2019-10-11 09:43:29 +08:00

246 B

Cat 合并文件

cat <input file 1> <input file 2> <input file...> <input file n> > <output file>
# 或者
cat <input file prefix>* > <output file>

切分文件方法参见 《Split 切分文件》