Move pages back into a "pages" folder
This commit is contained in:
12
pages/common/which.md
Normal file
12
pages/common/which.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# which
|
||||
|
||||
> Locate the a program in the user's path
|
||||
|
||||
- Display the path of an executable program
|
||||
|
||||
`which {{ls}}`
|
||||
`which {{executable}}`
|
||||
|
||||
- If there are multiple executables which match, display all
|
||||
|
||||
`which -a {{executable}}`
|
Reference in New Issue
Block a user