find /path/to/files -type f -mtime +7 -name '*.*' -print0 | xargs -r0 rm --
Created
January 6, 2021 14:21
-
-
Save ob1-sc/bb0e28a3dcf03e4ce790de825d31552d to your computer and use it in GitHub Desktop.
Delete files older than x days
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment