From ae932b23cd0a072d271463be5026ed007d3c2d95 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:07:24 +0200 Subject: [PATCH] readlink: add Dutch translation (#13043) --- pages.nl/common/readlink.md | 12 ++++++++++++ pages.nl/osx/readlink.md | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 pages.nl/common/readlink.md create mode 100644 pages.nl/osx/readlink.md diff --git a/pages.nl/common/readlink.md b/pages.nl/common/readlink.md new file mode 100644 index 0000000000..eb608afa1c --- /dev/null +++ b/pages.nl/common/readlink.md @@ -0,0 +1,12 @@ +# readlink + +> Volg symlinks en verkrijg symlink-informatie. +> Meer informatie: . + +- Toon het werkelijke bestand waarnaar de symlink verwijst: + +`readlink {{pad/naar/bestand}}` + +- Toon het absolute pad naar een bestand: + +`readlink -f {{pad/naar/bestand}}` diff --git a/pages.nl/osx/readlink.md b/pages.nl/osx/readlink.md new file mode 100644 index 0000000000..d570d785af --- /dev/null +++ b/pages.nl/osx/readlink.md @@ -0,0 +1,8 @@ +# readlink + +> Volg symlinks en verkrijg symlink-informatie. +> Meer informatie: . + +- Toon het absolute pad waarnaar de symlink verwijst: + +`readlink {{pad/naar/symlink_bestand}}`