readlink: add Dutch translation (#13043)

pull/28/head
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}}`