Grabbing man pages in OSX
You're comfortable with MacOS 8/9. You know a little Applescript. Now that OSX is here and coming into its own, you want to learn some Unix. Where to start, where to start?
Why, with grabMan, of course!
GrabMan is a short Applescript applet which lets you view a list of the commands which are available thru the Unix command line (and therefore thru "do shell script" in MacOSX Applescript), select one, and have the man page (manual, synopsis, instructions) saved to disk and opened using BBEdit (what? You don't have BBEdit Lite for OSX? What kind of geek are you? Get it now!). If there is a specific man page you want, you can enter it directly without choosing from a list.
1) In MacOSX, open Script Editor and copy the script below into it. Compile it and save it as an applet (Stay Open - No; Never Show Startup Screen - Yes) with the name "grabMan".
2) Once you've saved the applet as above, drag the grabMan application icon to a Finder window toolbar, such as shown at the right.
3) Now click on the toolbar icon. The rest should be self-explanatory. Analyzing the script for learning purposes is left as an exercise for the user.
Another man page reference can be found here, but it may not be directly applicable to MacOSX.