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:
parent
f30dfe524c
commit
0bd4d824f0
1 changed files with 8 additions and 0 deletions
8
pages/osx/readlink.md
Normal file
8
pages/osx/readlink.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue