May 12, '11 07:30:00AM • Contributed by: Anonymous
Here is the script:
#!/bin/sh ps=`mktemp -t manpageXXXX`.ps man -t $@ > "$ps" open "$ps"
[crarko adds: There are a number of ways to accomplish the viewing of man pages in Preview such as this older hint. The method can vary between versions of Mac OS X. The present hint is an addition to the list of methods.]
