hash: add Dutch translation, rephrase example (#21084)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Dylan
2026-02-12 02:23:05 +00:00
committed by GitHub
parent cceacbb020
commit 6b465a0b05
2 changed files with 25 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
# hash
> Bekijk locaties van gecachete uitvoerbare bestanden.
> Meer informatie: <https://www.gnu.org/software/bash/manual/bash.html#index-hash>.
- 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`
+1 -1
View File
@@ -15,7 +15,7 @@
`hash -d {{command}}`
- Print the full path of `command`:
- Print the full path of a command:
`hash -t {{command}}`