Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Easily view man pages with Preview' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Easily view man pages with Preview
Authored by: adrianm on Nov 08, '03 09:11:48AM
to open a .ps file in preview regardless of what your defaults are set to, try this:
open -a 'preview' file.ps
of course this works for any named application and file, eg:
open -a 'subethaedit' /etc/hostconfig
and so on...

[ Reply to This | # ]