1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

which: Mention what a search path is. Remove explicit example.

This commit is contained in:
Peter Tripp 2016-01-20 03:44:52 -08:00
parent 93b96be95c
commit 246d490e6e

View file

@ -2,9 +2,8 @@
> Locate the a program in the user's path. > 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}}` `which {{executable}}`
- If there are multiple executables which match, display all: - If there are multiple executables which match, display all: