4 examples for hash

{{ score }}
  # list all existing executables -> path entries in the table ( none destructive ) 
hash -l
~
~
~
        
{{ score }}
  # list the save path for the given executable name
hash -t bro
        
{{ score }}
  # will delete a specific entry from the table ( destructive )
hash -d bro
        
{{ score }}
  # will remove all entries from the table ( destructive )
hash -r