The apropos command is used to search command in the shell with a keyword, it will output all command related to the keyword
Example with the command apropos archive, the shell will output tar, zip ecc...
apropos [flags] keyword

Flags

  • -V (version) print version of the comnmand
  • -h Help message how to use apropos