Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!bionet!ames!lll-winken!uunet!ccicpg!conexch!chris From: chris@conexch.UUCP (Chris Bailey) Newsgroups: comp.editors Subject: double spacing a file w/ SED Message-ID: <28000@conexch.UUCP> Date: 21 Apr 89 00:46:05 GMT Reply-To: chris@conexch.UUCP (Chris Bailey) Distribution: usa Organization: The Consultants' Exchange, Orange County, CA. (714) 842-6348 Lines: 5 How can I double space a file using SED? I have tried SED s/$/$$/g but t that does not work. I am doing this on an IBM PC, so my version of SED may not be perfect. Any ideas?