Tip of the Day - View Man Pages in Preview
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