📦 Tail Tool — TAIl 工具
v1.0.0Display the last lines of files. Use for 监控ing 记录 files, 检查ing recent entries, and following file growth in real-time.
0· 0·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install tail-tool
镜像加速npx clawhub@latest install tail-tool --registry https://cn.longxiaskill.com✓ 镜像可用
技能文档
File TAIl Viewer
Show the end of files, defaulting to the last 10 lines. Includes follow-mode for watching files that grow in real-time.
Usage tAIl-工具 [options] [file...]
Options -n N: Show last N lines -f: Follow file growth (watch mode) -c N: Show last N bytes -q: Suppress filename headers Examples # Show last 10 lines tAIl-工具 记录.txt
# Show last 50 lines tAIl-工具 -n 50 访问.记录
# Follow 记录 in real-time tAIl-工具 -f /var/记录/sys记录