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.
- 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: