home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.questions
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!casbah.acns.nwu.edu!navarra
- From: navarra@casbah.acns.nwu.edu (John Navarra)
- Subject: Re: Collapsing continuation lines (
- Message-ID: <1992Jul23.083236.29807@news.acns.nwu.edu>
- Sender: usenet@news.acns.nwu.edu (Usenet on news.acns)
- Organization: Northwestern University, Evanston Illinois.
- References: <1992Jul17.191046.1672@news.eng.c>
- Date: Thu, 23 Jul 1992 08:32:36 GMT
- Lines: 27
-
- In article <1992Jul17.191046.1672@news.eng.c> tchrist@convex.COM writes:
- >
- >
- >You can do a lot in it, but I'm not sure that it really does
- >beat a boot to the head. If someone gives me a working sed script of some
- >complexity, I'm glad to use it, but I sure would rather develop new
- >scripts in something further removed from the text-processing equivalent
- >of machine language.
-
- Here Here!
-
- >--
- > Tom Christiansen tchrist@convex.com convex!tchrist
- >
- > "I never met a chocolate I didn't like."
- > --Deanna Troy, ST:TNG
- >
-
- Hey Tom,
- If you must quote that strange 'I feel pain' bimbo from Trek,
-
- $ sed 's/Troy/Troi/' .signature > .sig.tmp; mv .sig.tmp .signature
-
- Of course, you can use perl as well. ;-)
-
- -tms
-
-