theshell.ch/site/pages/cmd/basic/whatis.html
bevilj 730026dee7 code review for everyone
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@189 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-14 21:15:38 +00:00

20 lines
356 B
HTML

---
layout: page
category-page: basic
category-title: Basic commands
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>