mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
whereis: add two -u examples (#3008)
This commit is contained in:
parent
d0d2eeced2
commit
d8f986edb5
1 changed files with 8 additions and 0 deletions
|
@ -17,3 +17,11 @@
|
|||
- Locate binaries for gcc in /usr/bin/ only:
|
||||
|
||||
`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 *`
|
||||
|
|
Loading…
Add table
Reference in a new issue