feed-image  Delivered by FeedBurner  ISSN 1836-5930





Visitors Online

We have 88 guests online

Poll

Which of following tutorials would you like to see on the Linuxconfig.org?
 
Partner Linux Sites
TuxMachines
DebianAdmin
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
FreeSoftwareLinux
Jam's Ubuntu Blog
All For Linux

apropos
Article Index
1. Name
2. Synopsis
3. Frequently used options
4. Examples

1. Name

apropos - search the manual page names and descriptions

2. Synopsis

apropos  [-dhV] [-e|-w|-r] [-s section]
[-m system[,...]] [-M path] [-C file] keyword ...

3. Frequently used options

-s section, --section section   Search only 
the given manual section.
-e, --exact Each keyword will be exactly matched
against the page names and the descriptions.

4. Examples

This command searches keyword in command description. What commands are related to partitions:

$ apropos partition 

search keyword in command description
or what was the command that I used yesterday to scan all ports on my server:

$ apropos scanner 

search for keyword with apropos
search for commands only in the manual section 1

$ apropos -s 1 partition 

search in selected manual section
match only exact words:

$ apropos -e scan 

make apropose match only exact words
number of outputs with and without -e option:
compare number of outputs