From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6991 invoked from network); 16 Sep 2002 19:44:14 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 16 Sep 2002 19:44:14 -0000 Received: (qmail 11603 invoked by alias); 16 Sep 2002 19:43:48 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5352 Received: (qmail 11589 invoked from network); 16 Sep 2002 19:43:47 -0000 Date: Mon, 16 Sep 2002 15:43:34 -0400 From: Hall Jeffrey S NPRI Subject: What is the zsh equivalent of csh's set echo? To: zsh-users@sunsite.dk Message-id: <1F1D28572ECAD211BC490008C75D71F5025D6384@NPRI54EXC18.NPT.NUWC.NAVY.MIL> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: text/plain; charset=iso-8859-1 Dear zsh users, 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.