#!/usr/bin/tcsh 
foreach i ( `/bin/ls /Class/cs/ml/puzzles/usatoday/*.puz` )
    echo $i
    ./usa < $i >> cwdb.txt
end
