From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23186 invoked from network); 2 Sep 2003 15:18:17 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 2 Sep 2003 15:18:17 -0000 Received: (qmail 23698 invoked by alias); 2 Sep 2003 15:18:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19008 Received: (qmail 23664 invoked from network); 2 Sep 2003 15:18:05 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 2 Sep 2003 15:18:05 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.64.233.107] by sunsite.dk (MessageWall 1.0.8) with SMTP; 2 Sep 2003 15:18:4 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h82FI2117605 for zsh-workers@sunsite.dk; Tue, 2 Sep 2003 08:18:02 -0700 From: Bart Schaefer Message-Id: <1030902151802.ZM17604@candle.brasslantern.com> Date: Tue, 2 Sep 2003 15:18:02 +0000 In-Reply-To: <13496.1062496567@csr.com> Comments: In reply to Peter Stephenson "Re: PATCH: zsh/system library" (Sep 2, 10:56am) References: <13496.1062496567@csr.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh hackers list Subject: Re: PATCH: zsh/system library MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 2, 10:56am, Peter Stephenson wrote: } Subject: Re: PATCH: zsh/system library } } sed -n -e 's/^#line[ ].*\"\(.*\)\"/\2/p' \ } -e 's/^#[ ].*\"\(.*\)\"/\2/p' | } } should work. Except that those should be \1 instead of \2 in that formulation.