के लिए csh
और tcsh
, आप कर सकते हैं set verbose
याset echo
(या आप भी दोनों सेट कर सकते हैं, लेकिन यह कुछ दोहराव में समय के सबसे अधिक हो सकता है)।
verbose
विकल्प काफी सटीक खोल अभिव्यक्ति है कि आप टाइप प्रिंट करता है।
echo
विकल्प क्या उत्पन्न करने के माध्यम से क्रियान्वित की जाएगी के अधिक संकेत है।
http://www.tcsh.org/tcsh.html/Special_shell_variables.html#verbose
http://www.tcsh.org/tcsh.html/Special_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.