#! /bin/csh -f

cd $1
foreach i (*.{1,2i,3i})
    set name = $i:r
    rm -f /usr/man/manl/$name.l
    ln -s /interviews/man/$1/$i /usr/man/manl/$name.l
    echo $i
end
