logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Locate Program - Find Executables with Which | Online Free DevTools by Hexmos

Find executables easily with Which, a command-line tool for locating programs in your system's PATH. Quickly identify program paths. Free online tool, no registration required.

which

Locate a program in the user’s path. More information: https://manned.org/which.

  • Search the PATH environment variable and display the location of any matching executables:

which {{executable}}

  • If there are multiple executables which match, display all:

which {{[-a|--all]}} {{executable}}

See Also