mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 07:18:29 +01:00
11 lines
260 B
Markdown
11 lines
260 B
Markdown
# which
|
|
|
|
> Locate the 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}}`
|