home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23483 < prev    next >
Encoding:
Text File  |  1993-01-10  |  1.9 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!paladin.american.edu!gatech!swrinde!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!crcnis1.unl.edu!news.unomaha.edu!cwis.unomaha.edu!dnorris
  3. From: dnorris@cwis.unomaha.edu (Dick Norris)
  4. Subject: Re: Printer drivers and interfaceing DOS partitions
  5. Message-ID: <1993Jan10.202750.11440@news.unomaha.edu>
  6. Sender: news@news.unomaha.edu (UNO Network News Server)
  7. Organization: University of Nebraska at Omaha
  8. References: <1992Dec29.183500.26688@nwnexus.WA.COM>
  9. Date: Sun, 10 Jan 1993 20:27:50 GMT
  10. Lines: 30
  11.  
  12. danubius@halcyon.com  writes:
  13. > I have two new questions here if I may.
  14. => 1.)  Are there some dot matrix printer drivers in linux somewhere that
  15. =>= would enable one to print out files not only in plain
  16. => teletype mode, but with some formatting?
  17. =>   One application for this would be to print out man pages with BOLD
  18. => attributes the way they look on the screen.  Right now if I pipe those 
  19. => man pages to  /dev/lp1 the output is pretty useless.
  20. >
  21.     I found that from the 'menu' there is a printing option.
  22.     Depending on how uncommon your printer is I suspect you can
  23.     print the manual references with paging recognized, but not much 
  24.     else. Still, readable.
  25.  
  26.                 DNorris
  27.  
  28. > 2.) I noticed that when I copy an ASCII file from my DOS partition to
  29. > the linux partition, the copy retains the carriage return (ASCII 13)
  30. > character that goes together in DOS files with LF, but is not needed in
  31. > Unix.  I had to write myself a little filter to get rid off these extra
  32. > CRs, but it occured to me that there should be some intelligent 'cp'
  33. > function that strips them automatically on import from DOS, and perhaps
  34. > adds them on export.  I realize, that the std cp command could not
  35. > possibly know whether it copies a text file or a binary, but perhaps
  36. > there is a modified cp somewhere that has a command switch for something
  37. > like this.  Well, is there?
  38. > Thanks,
  39. > Joe Pannon
  40.