#
foreach x ( `/bin/ls $DATA_DIR|grep ^19` )

   echo running wfsummary on $x with the print option

   wfsummary -i input -d $x -p

end

exit
