Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Prevent .cshrc customizations from impacting scripts' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Prevent .cshrc customizations from impacting scripts
Authored by: bdm on Aug 02, '05 06:55:29AM

Just put
   unalias *
at the start and all aliases will be disabled.

Works in tcsh interactive or not.

Brendan.



[ Reply to This | # ]