Skip to content

Instantly share code, notes, and snippets.

@tomedme
Created April 23, 2021 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomedme/a21cb22596cd6ccf6db381143fc75b9d to your computer and use it in GitHub Desktop.
Save tomedme/a21cb22596cd6ccf6db381143fc75b9d to your computer and use it in GitHub Desktop.
find $BACKUP_DIR -ctime +30 -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment