2.3 Getting Help in Unix

I l @ ve RuBoard

Most Unix systems have an online documentation system called the "man pages." These can be accessed using the man command. (Unix uses man as an abbreviation for "manual.") To get information about a particular subject, use the command:

 man   subject   

For example, to find out about the classes defined in the iostream package, you would type:

 man iostream 

The command also has a keyword search mode:

 man -k   keyword   

To determine the name of every man page with the word "output" in its title, use the command:

 man -k output 
I l @ ve RuBoard


Practical C++ Programming
Practical C Programming, 3rd Edition
ISBN: 1565923065
EAN: 2147483647
Year: 2003
Pages: 364

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net