Linux/Unix Shells

2008 Nov 05


.login shells
.cshrc 1 2 csh 1 csh 2
sh 1 sh 2

.login


if($term != "sun") set term=vt100
set prompt=`hostname`:`pwd`
set ignoreeof
set time=15
stty intr ^C kill ^U erase ^?

setenv EDITOR /usr/ucb/vi
setenve NAME "Prem Sobel"

setenv NEWSHEADER 'Newsgroups: %(%F=^$?%C:%F)\
Subject: %(%S=^$?:"0ubject: ":Re: %S)\
Summary:\
Expires:\
%(%R=^$?:References: %R\
)Sender:\
Reply-To: %L@foo.nevis.com (%N)\
Followup-To:\
Distibution: %(%i=^$?%"0istribution: ":%D)\
Organization: %o\
Keywords: \n\n

mesg y
umask 002
date
uptime
who

2005-2008