home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / question / 11012 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.1 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!sdd.hp.com!spool.mu.edu!olivea!bu.edu!purdue!hsdndev!husc-news.harvard.edu!husc3!huang2
  2. From: huang2@husc8.harvard.edu (Howard Huang)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: Man page ---> postscript .... help!
  5. Message-ID: <HUANG2.92Sep13092609@husc8.harvard.edu>
  6. Date: 13 Sep 92 13:26:09 GMT
  7. References: <1992Aug29.115148@betsy.mc.ti.com> <1992Aug29.201832.8510@unlinfo.unl.edu><17qq7nINNbcm@darkstar.UCSC.EDU>
  8. Distribution: all
  9. Organization: Harvard Arts and Sciences Computer Services, Cambridge, MA
  10. Lines: 17
  11.  
  12. chem001@hoss.unl.edu (Jonathan Skean) writes:
  13.  
  14.     This is probably a very basic question.  I want to print a man 
  15.     page on a postscript printer.
  16.  
  17. If your site has the popular enscript utility, you can print the man
  18. pages out in landscape mode, with two pages per sheet of paper.  I do
  19. something like:
  20.  
  21.     man csh | enscript -2Br -L66 
  22.  
  23. The 2 is for two pages per side.  r rotates into landscape mode.  B
  24. takes off the page headers.  L66 says to use 66 lines per page, so
  25. that the page headers and footers come out right.
  26. --
  27. Howard C. Huang
  28. hhuang@teton.mitre.org
  29.