文件拆分与合并

文件合并:

type *.bin > total.bin

Note: 在命令行下执行即可,cmd 或 powershell 均可。

文件拆分:

split -b 128k single.bin

Note: 该命令需要在 git 的命令行下执行,即 git_bash.exe

你可能感兴趣的:(嵌入式,git,批处理,文件拆分,文件合并)