#!/bin/csh -x

foreach i (*.f) 
sdiff -b -B -s $i /stornext/home/hieta/worketa/eta/src_orig_hieta/prep/initbc/$i > ./DIFF/$i.diff
end
