Put set -x somewhere at the top of the script. That will work in all of the "normal" shells ...sorry Steve...had to add that :-) Regards, Chris Steve Baker wrote: ...snip... > Most tcsh scripts start off: > > #!/bin/csh > > ...followed by tons of commands. If you add: > > set echo=1 >