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:
parent
c2c1e662c6
commit
ae932b23cd
2 changed files with 20 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue