whereis
Locate the binary, source, and manual page files for a command.
=> More information.
- Locate binary, source and man pages for ssh:
whereis {ssh}
- Locate binary and man pages for ls:
whereis -bm {ls}
- Locate source of gcc and man pages for Git:
whereis -s {gcc} -m {git}
- 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 *
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/whereis.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 105.046458 milliseconds
- Gemini-to-HTML Time
- 0.482459 milliseconds
This content has been proxied by September (3851b).