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