Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!rice!uw-beaver!milton!ogicse!intelhf!ichips!iwarp.intel.com!inews!hopi!bhoughto From: bhoughto@hopi.intel.com (Blair P. Houghton) Newsgroups: comp.unix.questions Subject: Re: Inserting Blank Line into File (sed/awk/?) Message-ID: <3085@inews.intel.com> Date: 16 Mar 91 14:59:46 GMT References: <807@oss670.UUCP> Sender: news@inews.intel.com Organization: Intel Corp, Chandler, AZ Lines: 16 In article ed@lvw6.lvw.loral.com (Ed Allen) writes: >Now for the 'sed' solution.... >sed -n -e '{N;N;p;a\ > >}' filename >Should work from 'sh', 'csh' is more particular about multi-line >arguments. Csh(1) version: sed -n '{N;N;p;a\\ \ }' filename --Blair "Picky, picky."