සඳහා 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.