Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!njin!dmk From: dmk@pilot.njin.net (David M. Katinsky) Newsgroups: comp.unix.shell Subject: Re: sed script to add >'s to quoted text Keywords: sed shell Message-ID: Date: 23 Feb 91 16:16:46 GMT References: Distribution: usa Organization: NJ InterCampus Network, New Brunswick, N.J. Lines: 11 I think you want your sh(1) script to contain the following: #!/bin/sh sed -e 's/^/\>/' $1 > $1.quoted -- dmk David M. Katinsky dmk@pilot.njin.net, dmk@njin.BITNET, {njin, rutgers}!dmk Brought to you by Super Global Mega Corp .com