使用 rsync 在不同机器间同步个人数据 Life with Ubuntu
jul 31

在 Ubuntu 下可以使用如下简单命令实现 man page 到 PDF 文件的转换:

man -t tcsh | ps2pdf - > tcsh.pdf

另外,可以用以下命令将生成的 PDF 文件进行优化,减小尺寸,方便 Web 下载:

pdfopt tcsh.pdf tcsh_optimized.pdf
dirk 发表于 2009-07-31 Friday

0 Responses to “The quick and easy way to convert Unix man to PDF”

  1. No comments yet

Comment »