whatis(1) User Commands whatis(1)NAME
whatis - display a one-line summary about a keyword
SYNOPSIS
whatis command...
DESCRIPTION
whatis looks up a given command and displays the header line from the manual section. You can then run the man(1) command to get more
information. If the line starts name(section)... you can do man -ssection name to get the documentation for it. Try whatis ed and then you
should do man -s 1 ed to get the manual page for ed(1).
whatis is actually just the -f option to the man(1) command.
whatis uses the /usr/share/man/windex database. This database is created by catman(1M). If this database does not exist, whatis will fail.
FILES
/usr/share/man/windex Table of contents and keyword database
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWdoc |
+-----------------------------+-----------------------------+
|CSI |Enabled |
+-----------------------------+-----------------------------+
SEE ALSO apropos(1), man(1), catman(1M), attributes(5)SunOS 5.11 14 Sep 1992 whatis(1)
Check Out this Related Man Page
APROPOS(1) BSD General Commands Manual APROPOS(1)NAME
apropos, whatis -- keyword search whatis documentation databases
SYNOPSIS
apropos [-d] keyword ...
whatis [-d] keyword ...
DESCRIPTION
The apropos utility searches a set of databases looking for documentation matching each keyword and displays the results. The whatis utility
does the same search but only on complete words.
-d Print extra debugging information.
The keyword is simply passed to grep(1) allowing for extended regular expression matches.
ENVIRONMENT
The following environment variables affect the execution of apropos:
MANLOCALES, MANPATH, PATH
Used to find the location of the whatis database files. See manpath(1) for additional information.
PAGER Program used to display files. If unset, more -s is used.
DIAGNOSTICS
The apropos utility exits 0 if a keyword matched and 1 if no keywords are matched or no whatis databases are found.
SEE ALSO grep(1), makewhatis(1), man(1), manpath(1), man.conf(5)BSD September 1, 2010 BSD
I know what the man command does and I know how to use it, but i am trying to find an answer to a question. When you run man on an other command it will give you the first page on your screen and then you hit the space bar and it brings up the second page. What command option would I use if I... (5 Replies)
I am kind of new with Unix and I really need some help. Can you please tell me what the 'whatis' command is? and what does it do?
Let's say that I have a file which I want to delete, what command will I need to use?
If I have a directory that I want to delete all files from what command do... (11 Replies)
I want to print a man page for a command in unix, this is what I did
man command > command.txt
but when I view the output file command.txt I found there are lot of _^H characters that in the man page are actually underline character, how can I replace this _^H with underline character?
... (2 Replies)
If i have my own application ( say 'myTool'), then is it possible to create a man page for it?
such that "man myTool" will give information about it.
if so how to go about it?
thanks in advance,
Nads (3 Replies)
Hi all,
My goal is to find all my 'man' dirs in my sw structure and from that create a windex db. I get many new software dirs every week soo I need to rebuild the windex db very often. I've started with this:
OS: Solaris 8
#!/bin/bash
find /sw/tools -type d -name 'man*' -print
... (3 Replies)
How come my 'apropos' cmd doesn't work in Solaris but works in Linux? How can I get it to work? Are the files in the 'companion' cd? Thanks. (2 Replies)
Hello,
I am just a new born baby to UNIX...and I need some help to copy a particular man command. Can anybody help me here please.
I want to copy man ls to a file called ls-man
I have tried cp man ls > ls-man but no success. (2 Replies)
Hi all,
I am trying to use the topasout command to pipe out the topas report in a file.I went through the man page for it and tried to use the command in following way.
:/usr/lpp/perfagent> topasout -a xmwlm.090418
i got the following error:
ERROR: Unable to open input file... (3 Replies)
What does the last change means in man page .. does that this man page has not been updated since 2003 or something else ?
newfs-options
The options are documented in the newfs man page.
SunOS 5.10 Last change: 9 Dec 2003 1
System... (2 Replies)
Hey people do u know how to disable the man command in linux???
i am not able to do anythg apart from disabling the permission for /usr/bin/...
i dont wanna uninstall the man / man pages also...
this has been one of the toughest challenges i have come across in linux...
can anybody... (5 Replies)
Hi Guys,
I need to read a file until I find a blank line. and in the next iteration I want to continue reading from the line I find a keyword.
For ex: my file looks like
PDS_JOB_ALIAS
CRITERIA_ITEM_TYPE
PDS_JOB_CRITERIA_ITEM
CRITERIA_ITEM_TYPE
First I want to read the file... (2 Replies)
This is a very simple question.
So I have:
# cat << 'EOF' > /usr/share/servers/test man EOF
From the command line I want to put "man" into a /usr/share/servers/test. I have file "test" in directory /usr/share/servers/.
However when I run that it come back with # cat << 'EOF' >... (2 Replies)
Hello!
Yesterday we added over 10,000 PHP man pages to our man page section.
I've not yet got our unique and special recursive search feature working; but you can still access the PHP man pages directly by selecting PHP in the man sets drop down menu (left side) and then section 3 (right... (3 Replies)