The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 10-12-2008
drl's Avatar
drl drl is offline Forum Advisor  
Registered User
  
 

Join Date: Apr 2007
Location: Saint Paul, MN USA / BSD, CentOS, Debian, OS X, Solaris
Posts: 711
Hi.

On the first screen of man tcsh:
Code:
       -v  Sets the verbose shell variable, so that command  input  is  echoed
           after history substitution.

       -x  Sets  the  echo shell variable, so that commands are echoed immedi-
           ately before execution.
which, combined with the suggestion from otheus should provide a lot of debugging help.

The man pages, Google, and Wikipedia are your friends ... cheers, drl