~/apropos(1) en

APROPOS(1)General Commands ManualAPROPOS(1)

NAME

apropos - search the manual

SYNOPSIS

apropos <expression>

DESCRIPTION

Searches the manual and prints one line per match: the page’s name and its summary. The expression is a regular expression, matched against both, which is why apropos . prints every page — . matches anything. This is the index the man directory hands you when you click it.

EXAMPLES

apropos .

apropos theme

apropos "^c"

SEE ALSO

man(1), help(1), grep(1)

tilenkoren.com2026APROPOS(1)