awips2/ncep/gov.noaa.nws.ncep.standalone/cmlTag2Vgf
Brad Gonzales af92e8d329 Issue #628 committing more PGEN code received from Plummer on 4-19-2012.
Former-commit-id: 22a29b98b2 [formerly a90d64e1fc] [formerly 0df0aa8663 [formerly bd658184b246452b5d3e2154d79f2179bdc12594]]
Former-commit-id: 0df0aa8663
Former-commit-id: e1f03d9369
2012-05-10 17:02:18 -05:00

9 lines
112 B
Tcsh

#!/bin/csh
foreach file(*.tag)
set base=`echo $file | cut -d. -f1`
tag2vgf<<EOF
$file
${base}A.vgf
EOF
end