📦 读取链接工具(Readlink Tool)
v1.0.0Display the tar获取 of a symbolic link. Use for resolving symlinks to find the actual file or directory they point to.
0· 26·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install readlink-tool
镜像加速npx clawhub@latest install readlink-tool --registry https://cn.longxiaskill.com✓ 镜像可用
技能文档
Readlink - 符号链接解析器 显示符号链接指向的目标路径。 理解符号链接链和找到实际文件位置至关重要。 用法 readlink-tool [选项] <链接> 选项 -f:规范化,遵循路径中的每个符号链接 -e:规范化,但要求所有组件存在 -n:抑制尾随换行符 示例 readlink-tool /usr/bin/python readlink-tool -f symlink_to_file readlink-tool -e symlink.txt