mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
425 B
425 B
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