- Ok, I've switched - comments & questions after 3 days
- Posted by David Opstad on July 28th, 2003
In article <bg32ui$k5i7a$1@ID-125024.news.uni-berlin.de>,
Patrick Mills <plmills@ix.netcom.com> wrote:
Here's a little sequence of commands which I use to do this. It's not
specific to Mac OS X, and should work on any *nix:
apropos a > cmds1.txt
apropos e >> cmds1.txt
apropos i >> cmds1.txt
apropos o >> cmds1.txt
apropos u >> cmds1.txt
sort -f cmds1.txt > cmds2.txt
uniq cmds2.txt > cmds.txt
At this point you'll have the cmds.txt file containing a nice, sorted
list of all commands, routines and so on which have manpages.
Dave
- Posted by Patrick Mills on July 28th, 2003
David Opstad wrote:
Perfect! Many thanks!
PLM
- Posted by Edward Dodge on July 28th, 2003
David Opstad <opstad@batnet.com> writes:
Also try:
man man
and
man -k <command/function-name>
--
Edward Dodge
/Confabulation Consulting/
- OE comments/questions (Basics) by Pete
- Percentage of switched vs. non-switched Ethernet Networks ??? (Routers) by Chris
- Ok, I've switched - comments & questions after 3 days (MacOS) by John
- Ok, I've switched - comments & questions after 3 days (MacOS) by Sandman
- Ok, I've switched - comments & questions after 3 days (MacOS) by digitaleon

