---
layout: page
category-page: intermediate
category-title: Intermediate commands
author: Joy Albertini
tags: search tag apropos keyword
title: apropos
---
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
-V
(version) print version of the comnmand-h
Help message how to use apropos