2018-11-12 13:17:56 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
category-page: basic
|
2018-11-14 21:15:38 +00:00
|
|
|
category-title: Basic commands
|
2018-11-12 13:17:56 +00:00
|
|
|
tags: Whatis
|
|
|
|
author: Marzio Lunghi
|
|
|
|
title: whatis
|
|
|
|
<!--next-page: pages/cmd/basic/ --> <!-- The sequence must be defined -->
|
|
|
|
---
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The <code>whatis</code> command gives you a brief description of a command.
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
whatis command
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
It's similar to <code>man -f command</code>
|
|
|
|
</p>
|