#csh
foreach file (*.c)
echo --------- $file -----------
diff $file ~luc/luc/BIB/$file
end
