mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:22:09 +02:00
12 lines
304 B
Markdown
12 lines
304 B
Markdown
# 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 {{executable}}`
|