Use “which” in Linux to find the Location of an Exetable
Linux comes with the which command to locate a given executable. Executables are commands you type into your terminal, like git, node, touch, or vim. Sometimes, you want to find the location of an executable on your filesystem. That’s where the which command comes handy. Read on to find …
Continue Reading