v1thesource / CASTEP

Little programs that help with data manipulation of files in the CASTEP density functional theory code.
2 stars 0 forks source link

Cleanup useless files #5

Open v1thesource opened 7 years ago

v1thesource commented 7 years ago

.check_bak files seem to be simple backups of the actual .check files. These could probably be ignored when copying back files from a job node.

For check_baks that are already littering your /work/ directory needlessly, remove them all in one go as follows:

find . -name "*check_bak" | xargs -n1 rm