From 6b465a0b056b45ab8f6a88e5cd8ffc998541baf9 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Thu, 12 Feb 2026 02:23:05 +0000 Subject: [PATCH] hash: add Dutch translation, rephrase example (#21084) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.nl/common/hash.md | 24 ++++++++++++++++++++++++ pages/common/hash.md | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 pages.nl/common/hash.md diff --git a/pages.nl/common/hash.md b/pages.nl/common/hash.md new file mode 100644 index 0000000000..f1cd7e4b00 --- /dev/null +++ b/pages.nl/common/hash.md @@ -0,0 +1,24 @@ +# hash + +> Bekijk locaties van gecachete uitvoerbare bestanden. +> Meer informatie: . + +- Bekijk gecachete commando locaties voor de huidige shell: + +`hash` + +- Wis de hashtabel: + +`hash -r` + +- Verwijder een specifiek commando van de hashtabel: + +`hash -d {{commando}}` + +- Toon het volledig pad van een commando: + +`hash -t {{commando}}` + +- Toon de help: + +`hash --help` diff --git a/pages/common/hash.md b/pages/common/hash.md index ce31c4d83c..dcd57f24dc 100644 --- a/pages/common/hash.md +++ b/pages/common/hash.md @@ -15,7 +15,7 @@ `hash -d {{command}}` -- Print the full path of `command`: +- Print the full path of a command: `hash -t {{command}}`