Đối với cshvà tcsh, bạn có thể set verbosehoặc set echo(hoặc thậm chí bạn có thể đặt cả hai, nhưng nó có thể dẫn đến một số trùng lặp hầu hết thời gian).
Các verbosetùy chọn in khá nhiều biểu hiện vỏ chính xác mà bạn gõ.
Các echotùy chọn chỉ mang nhiều hơn những gì sẽ được thực hiện thông qua sinh sản.
http://www.tcsh.org/tcsh.html/ecial_shell_variables.html#verbose
http://www.tcsh.org/tcsh.html/ecial_shell_variables.html#echo
Special shell variables
verbose
If set, causes the words of each command to be printed, after history substitution (if any). Set by the -v command line option.
echo
If set, each command with its arguments is echoed just before it is executed. For non-builtin commands all expansions occur before echoing. Builtin commands are echoed before command and filename substitution, because these substitutions are then done selectively. Set by the -x command line option.