home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / question / 10543 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.3 KB

  1. Path: sparky!uunet!kithrup!stanford.edu!rutgers!sun-barr!olivea!hal.com!decwrl!usenet.coe.montana.edu!rpi!masscomp!peora!tarpit!fang!gator!rde!tssi!unlinfo.unl.edu!hoss!chem001
  2. From: chem001@hoss.unl.edu (Jonathan Skean)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: Man page ---> postscript .... help!
  5. Message-ID: <1992Aug29.201832.8510@unlinfo.unl.edu>
  6. Date: 29 Aug 92 20:18:32 GMT
  7. References: <1992Aug29.115148@betsy.mc.ti.com>
  8. Sender: news@unlinfo.unl.edu
  9. Distribution: all
  10. Organization: University of Nebraska - Lincoln
  11. Lines: 19
  12. Nntp-Posting-Host: hoss.unl.edu
  13.  
  14. In <1992Aug29.115148@betsy.mc.ti.com> cobb@betsy.mc.ti.com (Chip Cobb) writes:
  15.  
  16. >This is probably a very basic question.  I want to print a man 
  17. >page on a postscript printer.
  18.  
  19. I can't help with the postscript part, but this is what I do to
  20. convert a man entry for a given command to a text file:
  21.  
  22. man command |col -b >temp;uniq temp m_command;rm temp;vi m_command
  23.  
  24. Actually, I have a line in my .cshrc file that aliases this for me,
  25. but you get the idea.   I'm sure there are slicker ways to do this
  26. and I'd be grateful to anyone who would follow up with a better
  27. method.
  28. --
  29. Jonathan Skean                     usenet: JSKEAN@UNL.EDU
  30. 502 Hamilton Hall                  bitnet: JSKEAN%UNL.EDU@UNLVAX1
  31. University of Nebraska              voice: (402)472-2684
  32. Lincoln, NE 68588-0304   USA          fax: (402)472-9402
  33.