Skip to content

Instantly share code, notes, and snippets.

@microwaves
Created September 19, 2019 09:10
# Remove files older than 5 days
find /path/to/files* -mtime +5 -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment