📦 Split Tool — Split 工具
v1.0.0Split files into smaller pieces by size, line count, or number of chunks. Use for breaking large files into manageable parts.
0· 40·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install split-tool
镜像加速npx clawhub@latest install split-tool --registry https://cn.longxiaskill.com✓ 镜像可用
技能文档
Split - File Fragmenter
Divide large files into smaller segments based on line count, byte size, or number of 输出 files. Useful for breaking up 记录s or data files.
Usage split-工具 [options] [prefix]
Options -l N: Split every N lines (default: 1000) -b SIZE: Split by byte size (e.g. 10M, 1G) -n N: Split into N chunks Examples split-工具 -l 500 large_记录.txt 记录_part_ split-工具 -b 10M data.bin part_ split-工具 -n 5 bigfile.txt chunk_