Output all commands to logfiles ???

Dear Forum,

My .cshrc settings are embedded in a massive jungle of code distributed all over the place, where finding anything is a "needle in a haystack" daily pain in the royal backside.

Is there anyway, i can dump out every command and file executed to STDOUT after sourcing my .cshrc ???

This would genuinely improve my quality of life !

Thanks,

FMA

At the very beginning of your .cshrc file, you can put this line

set echo=true

As mentioned by the csh man page:

Hi Blowtorch,

Works out of the box !

Thank you so so much.

Cheers,

FMA