mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:59:24 +08:00
hash: add Dutch translation, rephrase example (#21084)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
@@ -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`
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
`hash -d {{command}}`
|
||||
|
||||
- Print the full path of `command`:
|
||||
- Print the full path of a command:
|
||||
|
||||
`hash -t {{command}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user