Tip of the Day - View Man Pages in Preview

Posted by Ron Valente Fri, 26 Oct 2007 02:57:00 GMT

Put the folloing lines into your ~/.profile then run pman $APPLICATION to view the man page in Preview.app

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

This Tip of the Day is brought to you by MacWorld