জন্য 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.