home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9325 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.2 KB  |  39 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!casbah.acns.nwu.edu!navarra
  3. From: navarra@casbah.acns.nwu.edu (John Navarra)
  4. Subject: Re: Collapsing continuation lines (
  5. Message-ID: <1992Jul23.083236.29807@news.acns.nwu.edu>
  6. Sender: usenet@news.acns.nwu.edu (Usenet on news.acns)
  7. Organization: Northwestern University, Evanston Illinois.
  8. References: <1992Jul17.191046.1672@news.eng.c>
  9. Date: Thu, 23 Jul 1992 08:32:36 GMT
  10. Lines: 27
  11.  
  12. In article <1992Jul17.191046.1672@news.eng.c> tchrist@convex.COM writes:
  13. >
  14. >
  15. >You can do a lot in it, but I'm not sure that it really does
  16. >beat a boot to the head.  If someone gives me a working sed script of some
  17. >complexity, I'm glad to use it, but I sure would rather develop new
  18. >scripts in something further removed from the text-processing equivalent
  19. >of machine language.
  20.  
  21.     Here Here!
  22.  
  23. >-- 
  24. >    Tom Christiansen      tchrist@convex.com      convex!tchrist
  25. >
  26. >    "I never met a chocolate I didn't like." 
  27. >    --Deanna Troy, ST:TNG
  28. >
  29.  
  30. Hey Tom,
  31. If you must quote that strange 'I feel pain' bimbo from Trek,
  32.  
  33. $ sed 's/Troy/Troi/' .signature > .sig.tmp; mv .sig.tmp .signature
  34.  
  35. Of course, you can use perl as well. ;-)
  36.  
  37. -tms
  38.  
  39.