This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5a17e68729
tldr
/
pages
/
common
/
readlink.md
200 B
Raw
Blame
History
readlink
Follow symlinks and get symlink information.
Get the actual file to which the symlink points:
readlink {{filename}}
Get the absolute path to a file:
readlink -f {{filename}}