From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18452 invoked by alias); 7 Jan 2003 15:48:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18444 invoked from network); 7 Jan 2003 15:48:25 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 209.249.29.67 with SMTP; 7 Jan 2003 15:48:25 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h07FmC425088; Tue, 7 Jan 2003 09:48:12 -0600 Date: Tue, 07 Jan 2003 15:48:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301071548.h07FmC425088@duracef.shout.net> To: ac131313@redhat.com Subject: Re: [patch/rfc] post-process the `maint print architecture' from gdb_mbuild.sh Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-01/txt/msg00276.txt.bz2 > I can save the unedited output. Works for me. > To make sed worthwhile, I'd need to construct a sed script that did all > substitutions in a single pass. Otherwize the script ends up repeating: > sed -e ... < input > output > mv output input > which is equivalent to ed. That, I think, is something for a rainy day. I am fond of the "_P_rogram to replace _E_d scripts on _R_ainy-days _L_anguage", myself. Michael C