whereis: add two -u examples (#3008)
This commit is contained in:

committed by
Lucas Gabriel Schneider

parent
d0d2eeced2
commit
d8f986edb5
@@ -17,3 +17,11 @@
|
|||||||
- Locate binaries for gcc in /usr/bin/ only:
|
- Locate binaries for gcc in /usr/bin/ only:
|
||||||
|
|
||||||
`whereis -b -B {{/usr/bin/}} -f {{gcc}}`
|
`whereis -b -B {{/usr/bin/}} -f {{gcc}}`
|
||||||
|
|
||||||
|
- Locate unusual binaries (those that have more or less than one binary on the system):
|
||||||
|
|
||||||
|
`whereis -u *`
|
||||||
|
|
||||||
|
- Locate binaries that have unusual manual entries (binaries that have more or less than one manual installed):
|
||||||
|
|
||||||
|
`whereis -u -m *`
|
||||||
|
Reference in New Issue
Block a user