apropos
apropos
The apropos command in Linux is used to search for commands by keyword. It is a powerful tool that can be used to find commands that you may not know about.
The syntax for the apropos
command is:
apropos keyword
The keyword argument is the keyword that you want to search for. The apropos command will then search all of the man pages and show you the commands that contain the keyword.
help
breakdown
Last updated