theshell.ch/site/pages/cmd/interm/apropos.html

22 lines
608 B
HTML
Raw Normal View History

---
layout: page
category-page: intermediate
category-title: intermediate commands
author: Joy Albertini
tags: search tag apropos keyword
title: apropos
---
<p>The <code>apropos</code>
Apropos is a command to search command in the shell with a keyword, it will output all command related to the keyword <br>
Example with the command <code>apropos archive</code>, the shell will output tar, zip ecc... </p>
<pre>
apropos [-flag] keyword
</pre>
<ul>
<li><code>-V</code> (version) print version of the comnmand<br></li>
<li><code>-h</code> Help message how to use apropos</li>
</ul>