Team intermediate aggiunta pagina apropos

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@224 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
alberj 2018-11-15 22:29:42 +00:00
parent d25b163817
commit 7c50f0896e

View File

@ -0,0 +1,18 @@
---
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 -->