1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages.nl/common/realpath.md
K.B.Dharun Krishna 898f711019
pages/*: update GNU coreutils links, sync translation pages (#15543)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-01-18 18:45:33 +05:30

647 B

realpath

Toon het opgeloste absolute pad voor een bestand of map. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/realpath-invocation.html.

  • 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}}