From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21159 invoked from network); 23 Dec 2002 04:48:09 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 23 Dec 2002 04:48:09 -0000 Received: (qmail 18576 invoked by alias); 23 Dec 2002 04:47:59 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5606 Received: (qmail 18569 invoked from network); 23 Dec 2002 04:47:59 -0000 Date: Mon, 23 Dec 2002 04:47:57 +0000 To: Marc Chantreux Cc: zsh-users@sunsite.dk Subject: Re: escape $0 ? Message-ID: <20021223044757.GB17747@fysh.org> References: <20021223035659.GA26476@aurora-borealis.phear.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021223035659.GA26476@aurora-borealis.phear.org> User-Agent: Mutt/1.3.28i From: Zefram Marc Chantreux wrote: >2) please have a look to this ouput : the string '\b' is understood as a >backslash. I don't know how to tell zsh to escape it. print -r -- $0 -zefram