From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5905 invoked from network); 2 Sep 2003 08:04:20 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 2 Sep 2003 08:04:20 -0000 Received: (qmail 24122 invoked by alias); 2 Sep 2003 08:04:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18996 Received: (qmail 24103 invoked from network); 2 Sep 2003 08:04:09 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 2 Sep 2003 08:04:08 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [195.167.170.152] by sunsite.dk (MessageWall 1.0.8) with SMTP; 2 Sep 2003 8:4:8 -0000 Received: from zefram by bowl.fysh.org with local (Exim 3.35 #1 (Debian)) id 19u691-0003yC-00; Tue, 02 Sep 2003 09:04:07 +0100 Date: Tue, 2 Sep 2003 09:04:06 +0100 To: Vin Shelton Cc: Peter Stephenson , Zsh hackers list Subject: Re: PATCH: zsh/system library Message-ID: <20030902080406.GA12779@fysh.org> References: <20030830180351.40D13850C@pwstephenson.fsnet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i From: Zefram Vin Shelton wrote: >+sed -n 's/^#\(line\)\?[ ].*\"\(.*\)\"/\2/p' | Can we rely on sed understanding \(\)\? metacharacters? Perhaps better to split this into two commands. -zefram