1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`