Skip to main content

apropos

# Search for a keyword using a regular expression
apropos regex

# Search without restricting the output to the
# terminal width (Long Output)
apropos -l regex

# Search for pages that match all the expressions given
apropos regex1 -a regex2 -a regex3...

References​