Cmd Generator

whereis

Locate the binary, source, and man page of a command.

whereis -b -m

Examples

# Find all
whereis ls

# Binary only
whereis -b ls

# Man page only
whereis -m ls

# Source only
whereis -s ls