#! /usr/local/bin/tcsh -f

foreach student ( \
bigfred \
brooking \
czalesky \
dcunning \
desta \
dhhunag \
ellie \
escapecu \
finegirl \
gh691702 \
gmac \
gms \
hs691193 \
jamchoi \
jcsnod \
jyanosik \
kashnet \
kmsobi \
little1 \
mdunning \
moebetta \
mwylie \
petrov \
robo \
sgandy \
sheffy \
smcclure \
sreddoch \
stewbeck \
tnb \
tricia \
wford \
wormwood \
wylie \
yy2 \
)
  echo mailing $student...
  mail -s "no connect5 found" $student@rice < noEntry.txt
  end
