1
0
Fork 0
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:
RH-sdavey 2019-05-10 21:53:32 +02:00 committed by Lucas Gabriel Schneider
parent d0d2eeced2
commit d8f986edb5

View file

@ -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 *`