From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7394 invoked from network); 16 Sep 2002 20:32:15 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 16 Sep 2002 20:32:15 -0000 Received: (qmail 23032 invoked by alias); 16 Sep 2002 20:31:59 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5353 Received: (qmail 23014 invoked from network); 16 Sep 2002 20:31:57 -0000 Date: Mon, 16 Sep 2002 16:31:55 -0400 From: Paul Ackersviller To: zsh-users@sunsite.dk Subject: Re: What is the zsh equivalent of csh's set echo? Message-ID: <20020916203155.GA20165@msi.ld> Mail-Followup-To: Paul Ackersviller , zsh-users@sunsite.dk References: <20020916194352.QNEN494619.fep02-mail.bloor.is.net.cable.rogers.com@sunsite.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020916194352.QNEN494619.fep02-mail.bloor.is.net.cable.rogers.com@sunsite.dk> User-Agent: Mutt/1.4i On Mon, Sep 16, 2002 at 03:43:34PM -0400, Hall Jeffrey S NPRI wrote: > I am trying to debug a zsh script. I want to know what zsh command makes zsh behave like csh does with the set echo command: write out every command after the shell has fully expanded it, right before it is executed. I read the zshall man page but did not find what I was looking for. Thanks. You want the xtrace option, or set -x, or simply the -x the command-line switch for any sh-compatible shell. -- Paul Ackersviller