mirror of https://github.com/CrimsonTome/tldr.git
readlink: add Dutch translation (#13043)
parent
c2c1e662c6
commit
ae932b23cd
|
@ -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}}`
|
|
@ -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…
Reference in New Issue