From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: \n\n\n to \n\n From: Fco.J.Ballesteros In-Reply-To: <3E67E3AD.1010209@null.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-bgyfybxyanppvjnmnezsuipmkg" Date: Fri, 7 Mar 2003 13:34:33 +0100 Topicbox-Message-UUID: 7cb90ab4-eacb-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-bgyfybxyanppvjnmnezsuipmkg Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I using all of Edit, sed, ssam. Depending on the kind of task I use one or another. So, let's not forget Edit :-) --upas-bgyfybxyanppvjnmnezsuipmkg Content-Type: message/rfc822 Content-Disposition: inline Received: from mail.cse.psu.edu ([130.203.4.6]) by aquamar; Fri Mar 7 12:22:26 MET 2003 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.30.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id E37BB19A6F; Fri, 7 Mar 2003 06:22:08 -0500 (EST) Delivered-To: 9fans@cse.psu.edu Received: from mercury.bath.ac.uk (mercury.bath.ac.uk [138.38.32.81]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id A9DD419A04 for <9fans@cse.psu.edu>; Fri, 7 Mar 2003 06:21:35 -0500 (EST) Received: from news by mercury.bath.ac.uk with local (Exim 3.12 #1) id 18rFoF-0003zs-00 for 9fans@cse.psu.edu; Fri, 07 Mar 2003 11:14:39 +0000 Received: from GATEWAY by bath.ac.uk with netnews for 9fans@cse.psu.edu (9fans@cse.psu.edu) To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3E67E3AD.1010209@null.net> Organization: University of Bath Computing Services, UK Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit References: <000801c2e3a9$36cf2b00$2a8be793@gli.cas.cz> Subject: Re: [9fans] Re: \n\n\n to \n\n Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Fri, 7 Mar 2003 11:14:05 GMT peter a. cejchan wrote: > PS: I'm going to test the posted wrappers to Sam, and then, hopefully, > forget of Edit, and |sed ;-) The main advantage of sed is that it can process in a truly streaming fashion, whereas sam, ed, etc. all have to see the end of file on the input before any editing can be done to the file. --upas-bgyfybxyanppvjnmnezsuipmkg--