mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
realpath: add Dutch translation (#13160)
This commit is contained in:
parent
709c6c79b1
commit
7027598a07
1 changed files with 24 additions and 0 deletions
24
pages.nl/common/realpath.md
Normal file
24
pages.nl/common/realpath.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# realpath
|
||||
|
||||
> Toon het opgeloste absolute pad voor een bestand of map.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/realpath>.
|
||||
|
||||
- Toon het absolute pad voor een bestand of map:
|
||||
|
||||
`realpath {{pad/naar/bestand_of_map}}`
|
||||
|
||||
- Vereis dat alle padcomponenten bestaan:
|
||||
|
||||
`realpath --canonicalize-existing {{pad/naar/bestand_of_map}}`
|
||||
|
||||
- Los ".." componenten op voordat symlinks worden gevolgd:
|
||||
|
||||
`realpath --logical {{pad/naar/bestand_of_map}}`
|
||||
|
||||
- Schakel symlink-uitbreiding uit:
|
||||
|
||||
`realpath --no-symlinks {{pad/naar/bestand_of_map}}`
|
||||
|
||||
- Onderdruk foutmeldingen:
|
||||
|
||||
`realpath --quiet {{pad/naar/bestand_of_map}}`
|
Loading…
Add table
Reference in a new issue