Skip to content

Instantly share code, notes, and snippets.

@antoinetavant
Created January 15, 2019 07:22
Show Gist options
  • Save antoinetavant/79569bf7d4f20ab0e30b26067044518a to your computer and use it in GitHub Desktop.
Save antoinetavant/79569bf7d4f20ab0e30b26067044518a to your computer and use it in GitHub Desktop.
defet hdf5 files older than 10 minues
find . -type f -name "*.h5" -cmin +10 -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment