With the following command, you can convert the ps-formatted manpage automatically to pdf and it opens in preview. Works on every Mac:

man -t sed | open -f -a preview

WARNING: Allways be careful when you use a shell command, I don’t take any responsibility for accidents or data loss that result from using the shown example commands. If you want to know more about the used commands, take a look in the associated manpages.

Verwandte Artikel:

  1. Bash Scripting 101 – Change file names from lower case to upper case and vice versa
  2. How to clone a Truecrypt encrypted harddisk with dd
  3. The easiest Linux Guide you’ll ever read