theshell.ch/site/pages/cmd/basic/9-whatis.html
bevilj a6515acdb9 order pages for navigation
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@254 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-18 20:38:56 +00:00

19 lines
355 B
HTML

---
layout: page
category-page: basic
category-title: Basic commands
tags: Whatis
author: Marzio Lunghi
title: whatis
previous-page: pages/cmd/basic/8-say.html
next-page: pages/cmd/basic/10-info.html
---
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>