readlink: add Dutch translation (#13043)
This commit is contained in:
12
pages.nl/common/readlink.md
Normal file
12
pages.nl/common/readlink.md
Normal 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
8
pages.nl/osx/readlink.md
Normal 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}}`
|
Reference in New Issue
Block a user