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

19 lines
518 B
HTML
Raw Normal View History

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