awips2/deltaScripts/16.4.1/DR5527/delete_CASA_hdf5.sh
2017-04-21 18:33:55 -06:00

7 lines
No EOL
189 B
Bash
Executable file

#!/bin/bash
# DR5527 Removing CASA hdf5-root-folder from /awips2/edex/data/hdf5
cd /awips2/edex/data/hdf5/
rm -rf nswrc_radial/
echo "Removal of CASA 'nswrc_radial' hdf5 folder complete."