#!/bin/csh -x

foreach i (*.f) 
sdiff -b -B -s $i ../initbc.save/$i > $i.diff

end
