7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
rm -r ./*/OUTPUT_FILES
|
|
rm ./*/*.dat
|
|
rm ./*/*.h5
|
|
rm ./*/*.txt
|
|
rm ./*/params_log.yaml
|
|
rm -r ./*/OUTPUT_FILES*
|
|
rm ./*/*/*.h5 |