This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f27fb9212a
tldr
/
pages
/
common
/
which.md
256 B
Raw
Blame
History
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}}