---

Using the hash Command to Manipulate the Bash Command Hash Table

The bash shell keeps a hash table for all the commands run in your current shell. It uses this table to quickly look up the full path of an executable without searching PATH. In this article we will discuss how to manipulate this table using the bash builtin hash command.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis