Viewing man pages as a pdf on OS X


Picked up this neat little trick on command-line-fu.

Read any UNIX man page in OS X as a pdf in preview

$ man -t <command> | open -f -a preview

This article was posted by Matty on 2009-02-27 09:12:00 -0400 -0400