20 lines
356 B
HTML
20 lines
356 B
HTML
|
---
|
||
|
layout: page
|
||
|
category_title: Basic commands
|
||
|
category-page: basic
|
||
|
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>
|