awips2/deltaScripts/16.4.1/DR5527/delete_CASA_hdf5.sh
2022-05-05 12:34:50 -05: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."