1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:22:07 +02:00
tldr/pages/common/which.md
2018-05-11 14:51:45 +05:30

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}}