π¦ ClawHub
Readlink Tool
by @dinghaibin
Display the target of a symbolic link. Use for resolving symlinks to find the actual file or directory they point to.
π‘ Examples
readlink-tool /usr/bin/python
readlink-tool -f symlink_to_file
readlink-tool -e symlink.txt
βοΈ Configuration
-f: Canonicalize by following every symlink in the path-e: Canonicalize but require all components to exist-n: Suppress trailing newlineTERMINAL
clawhub install readlink-tool