The Ubuntu community has contributed 12357 ideas, 58479 comments, 1187050 votes
Idea
#4093: MAN should tell you what's available
|
| |
8
|
|
|
Written by fester225 the 10 Mar 08 at 15:19.
Category: Accessibility.
Related to:
Nothing/Others.
Status: New
|
|
|
Description
Right now MAN tells you how to run a specific command, but not what commands are available to run. If you don't already know what commands are available, MAN isn't of much use.
There should be a generic entrance into MAN which shows all the commands it covers, along with brief descriptions of what each command does.
Tags:
(none)
Attachments
No attachments.
Duplicates
Comments
|
edcrypt wrote on the 10 Mar 08 at 16:16
|
It should work just like command-not-found:
$ man idle
idle
O programa 'idle' não está instalado atualmente. Você pode instalá-lo digitando:
sudo apt-get install idle
No manual entry for idle.
|
|
DRebellion wrote on the 10 Mar 08 at 17:08
|
Maybe you should read:
$ man man
Take a look at the -k option...
|
|
dstarr wrote on the 11 Mar 08 at 06:02
|
It seems the shell command 'info' might be of interest to you.
You can on various lines/terms to get related commands or more info.
|
|
allo wrote on the 3 Apr 08 at 20:03
| |
try "apropos keyword"
|
Post your comment
|
|
|