[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What's your tools for C++ dev?



"Michael Yang" <michael.yxf@gmail.com> writes:

[...]
> when I want to investigate some issues on regular expression, in
> Perl, I can use "perldoc -q reg", in Java, I can search the class name with the
> keyword, in Qt, I can check the classes related to regular expression within
> "assistant" doc.
>
> With manual pages, it seems that I have to know the exact name which exists in
> manuals
[...]

Try "man -k" or "apropos" to do a keyword search.

----Scott.


Reply to: