Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: What is the zsh equivalent of csh's set echo?
- X-seq: zsh-users 5353
- From: Paul Ackersviller <pda@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: What is the zsh equivalent of csh's set echo?
- Date: Mon, 16 Sep 2002 16:31:55 -0400
- In-reply-to: <20020916194352.QNEN494619.fep02-mail.bloor.is.net.cable.rogers.com@xxxxxxxxxx>
- Mail-followup-to: Paul Ackersviller <pda@xxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020916194352.QNEN494619.fep02-mail.bloor.is.net.cable.rogers.com@xxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author