Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Easily view man pages with Preview' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Easily view man pages with Preview
Authored by: dxterra on Nov 02, '03 01:46:49PM

I did what rob said. In my home directory, I created a file called preman. I placed the code above in the file and changed it to be executable (chmod 755 preman). Then I call it like this from my home directory:
./preman bash

I guess you could place an alias in your .bash_profile if you are using Panther. Like this:
alias preman='$HOME/preman'

That way no matter where you are, you can call it.



[ Reply to This | # ]