home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / question / 14600 < prev    next >
Encoding:
Text File  |  1992-12-11  |  809 b   |  23 lines

  1. Newsgroups: acns.general,comp.unix.questions
  2. Path: sparky!uunet!think.com!sdd.hp.com!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!casbah.acns.nwu.edu!jlacour
  3. From: jlacour@casbah.acns.nwu.edu (John Lacour)
  4. Subject: easy question (for someone)
  5. Message-ID: <1992Dec11.200104.9410@news.acns.nwu.edu>
  6. Followup-To: poster 
  7. Sender: usenet@news.acns.nwu.edu (Usenet on news.acns)
  8. Nntp-Posting-Host: unseen1.acns.nwu.edu
  9. Organization: Northwestern University, Evanston Illinois.
  10. Distribution: usa
  11. Date: Fri, 11 Dec 1992 20:01:04 GMT
  12. Lines: 9
  13.  
  14. I need to add LFs to a Unix text files.  Can someone please mail me
  15. an awk, sed, shell script which will do the trick.
  16.  
  17. /$/s//\n\r/ doesnt seem to work right for sed.  Also, I need this to be able
  18. to run on as many Unix-type of systems as possible.
  19.  
  20. Thanks in advance,
  21. John
  22.  
  23.