95b6720f2e
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@238 a672b425-5310-4d7a-af5c-997e18724b81
24 lines
619 B
HTML
24 lines
619 B
HTML
---
|
|
layout: page
|
|
category-page: intermediate
|
|
category-title: Intermediate commands
|
|
author: Joy Albertini
|
|
tags: search tag apropos keyword
|
|
title: apropos
|
|
---
|
|
|
|
The <code>apropos</code> command is used 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...<br>
|
|
|
|
<pre>
|
|
apropos [flags] keyword
|
|
</pre>
|
|
|
|
<h3>Flags</h3>
|
|
|
|
<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>
|