#!/bin/csh -x
mkdir ./DIFF
foreach i (*.f) 
sdiff -b -B -s $i /home/jorge/Versoes/eta_VII-WorkEta/v1.4.2/src/post/post_new/$i > ./DIFF/$i.diff
end
