theshell.ch/site/pages/cmd/interm/apropos.html
alberj 7c50f0896e Team intermediate aggiunta pagina apropos
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@224 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-15 22:29:42 +00:00

19 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 -->