10 likes | 101 Views
作业:文件合并和复原. 合并程序: merge.exe 命令行敲 : merge –e file1 file2 file3 …. result.dat 则将 file1, file2, file3 … 等一系列文件合并成一个文件,名为 result.dat 。 -e 表示合并 merge –x result.dat 则将 result.dat 里打包的文件解出来放在当前文件夹下 -x 表示要解开 ,须保持原来的文件名.
E N D
作业:文件合并和复原 合并程序:merge.exe 命令行敲 : merge –e file1 file2 file3 …. result.dat 则将 file1, file2, file3 … 等一系列文件合并成一个文件,名为 result.dat。 -e表示合并 merge –x result.dat 则将result.dat里打包的文件解出来放在当前文件夹下 -x表示要解开 ,须保持原来的文件名