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

readlink: add Dutch translation (#13043)

This commit is contained in:
Sebastiaan Speck 2024-06-18 22:07:24 +02:00 committed by GitHub
parent c2c1e662c6
commit ae932b23cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# 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}}`

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

@ -0,0 +1,8 @@
# readlink
> Volg symlinks en verkrijg symlink-informatie.
> Meer informatie: <https://www.gnu.org/software/coreutils/readlink>.
- Toon het absolute pad waarnaar de symlink verwijst:
`readlink {{pad/naar/symlink_bestand}}`