
whereis
List of commands for whereis:
-
whereis:tldr:0539a whereis: Locate binaries that have unusual manual entries (binaries that have more or less than one manual installed).$ whereis -u -m *try on your machineexplain this command
-
whereis:tldr:921e3 whereis: Locate binary and man pages for ls.$ whereis -bm ${ls}try on your machineexplain this command
-
whereis:tldr:979c2 whereis: Locate binary, source and man pages for ssh.$ whereis ${ssh}try on your machineexplain this command
-
whereis:tldr:b7e55 whereis: Locate binaries for gcc in `/usr/bin/` only.$ whereis -b -B ${-usr-bin-} -f ${gcc}try on your machineexplain this command
-
whereis:tldr:c747d whereis: Locate unusual binaries (those that have more or less than one binary on the system).$ whereis -u *try on your machineexplain this command
-
whereis:tldr:f09f9 whereis: Locate source of gcc and man pages for Git.$ whereis -s ${gcc} -m ${git}try on your machineexplain this command