Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 (Fortune 01.1b1); site graffiti.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!ut-sally!ut-ngp!shell!graffiti!peter From: peter@graffiti.UUCP (Peter da Silva) Newsgroups: net.unix Subject: Re: sed question Message-ID: <277@graffiti.UUCP> Date: Wed, 2-Oct-85 14:49:22 EDT Article-I.D.: graffiti.277 Posted: Wed Oct 2 14:49:22 1985 Date-Received: Mon, 7-Oct-85 02:45:47 EDT References: <1492@uwmacc.UUCP> <308@bdaemon.UUCP> Distribution: net Organization: The Power Elite, Houston, TX Lines: 15 > $ sed -e ' > > one or more lines > > of script including > > appends and inserts' file1 > file2 Or else: % sed '\ ? one or more lines\ ? of script including\ ? appends an inserts' file1 > file2 But be careful to double-backslash the appends and inserts. Oh, for a good public-domain shell with shell functions!