#!/bin/sh

rm -f D.CTL

for i in [0-9]???
do
echo $i | awk '{printf "%5.1f %s\n",$1/10.0, $1}' >> D.CTL
done
