debug mode in csh
https://unix.stackexchange.com/questions/50275/how-to-debug-csh-scripts
lists two useful csh switches:
-v to show each command before variables are substituted,
-x to show them afterwards.
好的心态+正确的方法
https://unix.stackexchange.com/questions/50275/how-to-debug-csh-scripts
lists two useful csh switches:
-v to show each command before variables are substituted,
-x to show them afterwards.