readlink: add page (#6104)

This commit is contained in:
Itai Nelken
2021-06-08 20:50:40 +03:00
committed by GitHub
parent f30dfe524c
commit 0bd4d824f0

8
pages/osx/readlink.md Normal file
View File

@@ -0,0 +1,8 @@
# readlink
> Follow symlinks and get symlink information.
> More information: <https://www.gnu.org/software/coreutils/readlink>.
- Print the absolute path which the symlink points to:
`readlink {{path/to/symlink}}`