266d19b014
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@224 a672b425-5310-4d7a-af5c-997e18724b81
18 lines
518 B
HTML
18 lines
518 B
HTML
---
|
|
layout: page
|
|
category-page: intermediate
|
|
category-title: intermediate commands
|
|
author: Joy Albertini
|
|
tags: search tag man apropos
|
|
title: apropos
|
|
---
|
|
|
|
<p>The <code>apropos</code>
|
|
Apropos is a command to search in the shell with a keyword, it will output all command related to the keyword <br>
|
|
Device-name:Current-position username$ apropos keyword; example with the command <code>apropos archive</code>, the shell will output tar, zip ecc... </p>
|
|
|
|
<pre>
|
|
apropos archive
|
|
</pre>
|
|
|
|
<!-- no flag -->
|