tealdeer/tests/cache/pages/common/which.md
2025-01-02 23:55:35 +01:00

256 B

which

Locate a program in the user's path.

  • 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 {{executable}}