logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Hash Command - View Executable Locations | Online Free DevTools by Hexmos

View executable locations with Hash Command. Manage cached command paths and optimize shell performance. Free online tool, no registration required.

hash

View cached executable locations. More information: https://www.gnu.org/software/bash/manual/bash.html#index-hash.

  • View cached command locations for the current shell:

hash

  • Clear the hash table:

hash -r

  • Delete a specific command from the hash table:

hash -d {{command}}

  • Print the full path of command:

hash -t {{command}}

  • Display help:

hash --help

return

See Also