mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
which: Mention what a search path is. Remove explicit example.
This commit is contained in:
parent
93b96be95c
commit
246d490e6e
1 changed files with 1 additions and 2 deletions
|
@ -2,9 +2,8 @@
|
|||
|
||||
> Locate the a program in the user's path.
|
||||
|
||||
- Display the path of an executable program:
|
||||
- Search the PATH environment variable and display the location of any matching executables:
|
||||
|
||||
`which {{ls}}`
|
||||
`which {{executable}}`
|
||||
|
||||
- If there are multiple executables which match, display all:
|
||||
|
|
Loading…
Add table
Reference in a new issue