Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 423 Bytes

File metadata and controls

19 lines (16 loc) · 423 Bytes

filesplit

一个文件分割,合并以及校验工具,使用 golang 编写,支持多架构编译

Uasge

文件分割

filesplit split input.txt 10M output_dir

文件合并

filesplit merge merged_input.txt output_dir

文件校验

filesplit verify merged_input.txt input.txt # 文件之间校验
filesplit verify split_dir input.txt # 文件夹与文件之间校验