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


Click here to return to the 'Open formatted man pages in Preview from the command line' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Open formatted man pages in Preview from the command line
Authored by: neslob on May 12, '11 12:36:15PM
I have this in my .profile, so I can just use pman openssl.

pman () {
    man -t "${1}" | open -f -a /Applications/Preview.app
}


[ Reply to This | # ]