home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22050 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!nwnexus!danubius
  3. From: danubius@halcyon.com (Joseph R. Pannon)
  4. Subject: Printer drivers and interfaceing DOS partitions
  5. Message-ID: <1992Dec29.183500.26688@nwnexus.WA.COM>
  6. Sender: sso@nwnexus.WA.COM (System Security Officer)
  7. Organization: Northwest Nexus Inc. (206) 455-3505
  8. Date: Tue, 29 Dec 1992 18:35:00 GMT
  9. Lines: 22
  10.  
  11. I have two new questions here if I may.
  12.  
  13. 1.)  Are there some dot matrix printer drivers in linux somewhere that
  14. would enable one to print out files not only in plain
  15. teletype mode, but with some formatting?
  16.   One application for this would be to print out man pages with BOLD
  17. attributes the way they look on the screen.  Right now if I pipe those 
  18. man pages to  /dev/lp1 the output is pretty useless.
  19.  
  20. 2.) I noticed that when I copy an ASCII file from my DOS partition to
  21. the linux partition, the copy retains the carriage return (ASCII 13)
  22. character that goes together in DOS files with LF, but is not needed in
  23. Unix.  I had to write myself a little filter to get rid off these extra
  24. CRs, but it occured to me that there should be some intelligent 'cp'
  25. function that strips them automatically on import from DOS, and perhaps
  26. adds them on export.  I realize, that the std cp command could not
  27. possibly know whether it copies a text file or a binary, but perhaps
  28. there is a modified cp somewhere that has a command switch for something
  29. like this.  Well, is there?
  30.  
  31. Thanks,
  32. Joe Pannon
  33.