.cshrc script for solaris
++++++++++++++++++++++++++++++++++++++++++
# @(#)cshrc 1.11 89/11/29 SMI
# set protection
umask 022
set prompt="`uname -n` $LOGNAME \!> "
set history=100 savehist=100 # limit the size of the history files
set filec # enable filename completion
+++++++++++++++++++++++++++++++++++++++++
# @(#)cshrc 1.11 89/11/29 SMI
# set protection
umask 022
set prompt="`uname -n` $LOGNAME \!> "
set history=100 savehist=100 # limit the size of the history files
set filec # enable filename completion
+++++++++++++++++++++++++++++++++++++++++
Comments