To Index

 See the UNIX Programmers Manual or via % man csh 


 % source .cshrc
  forces the current shell to read commands from the file .cshrc (this
  can be used after editing in a change to the .cshrc file which you wish
  to take effect before the next time you login).

To Index