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

13 lines
303 B
Markdown
Raw Normal View History

# readlink
> Volg symlinks en verkrijg symlink-informatie.
> Meer informatie: <https://www.gnu.org/software/coreutils/readlink>.
- Toon het werkelijke bestand waarnaar de symlink verwijst:
`readlink {{pad/naar/bestand}}`
- Toon het absolute pad naar een bestand:
`readlink -f {{pad/naar/bestand}}`