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.

posted on 2018-06-08 16:57  guolongnv  阅读(168)  评论(0)    收藏  举报