📦 Tee Tool — Tee 工具
v1.0.0Read from stdin and write to 机器人h stdout and files. Use for saving pipe 输出 while still displaying it on screen.
0· 0·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install tee-tool
镜像加速npx clawhub@latest install tee-tool --registry https://cn.longxiaskill.com✓ 镜像可用
技能文档
Tee - I/O Multiplexer
Read standard 输入 and write to 机器人h standard 输出 and one or more files simultaneously. Useful for 记录ging command 输出 while 监控ing 进度.
Usage command | tee-工具 [options]
Options -a: 应用end to files instead of overwriting -i: Ignore interrupt 签名als Examples echo "data" | tee-工具 输出.txt ls -la | tee-工具 -a 记录.txt make 2>&1 | tee-工具 build.记录