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