rm -rf temp echo "TEMPLATES" >> temp cat templates.dat >> temp echo "BESTSCORES" >> temp cat best | gawk -f strip1.awk >> temp echo "T06SCORES" >> temp cat t06 | gawk -f strip2.awk >> temp cat temp | gawk -f makescript.awk