Tip of the Day - View Man Pages in Preview

Posted by Ron Valente Fri, 26 Oct 2007 05: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

Trackbacks

Use the following link to trackback from your own site:
http://www.sysadminschronicles.com/trackbacks?article_id=tip_of_the_day_man&day=25&month=10&year=2007

Comments

Leave a comment

Comments