notes: 

> .cshrc   - always;

"It is run by csh each time it starts up."

zkpks001:~/bin$ rsh zkpks001
Password:
Last login: Fri May 28 16:06:01 from pkpkd001:0
Sun Microsystems Inc.  SunOS 5.6       Generic August 1997
Executing the interactive part of the .cshrc...
Executing the normal part of the .cshrc...
Executing the normal part of the .login ...

How to change from c to tc shell? 

How 

Add the following line to .cshrc:

setenv SHELL /…/tcsh

Result 

The .cshrc is invoked even with every command.

zkpks001:~/bin$ which perl
Executing the interactive part of the .cshrc...
Executing the normal part of the .cshrc...
/bin/perl

Conclusion 

Really a bad way to do it!

documented on: Fri 05-28-99 14:33:28