to henry3716
for i in `seq 102 104` do join sum.list $i.list | awk '{print $6=(0.65*($4-$2)^2+($5-$3)^2)^(0.5)}' > $i.out done cat *.out > all.out