Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: What is the zsh equivalent of csh's set echo?



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