Skip to content

Instantly share code, notes, and snippets.

@embano1
Last active February 18, 2019 13:10
Show Gist options
  • Save embano1/0c817450f135e3cf48975a0c3c1701a5 to your computer and use it in GitHub Desktop.
Save embano1/0c817450f135e3cf48975a0c3c1701a5 to your computer and use it in GitHub Desktop.
find xargs rm

helps with space issues

find . -type f -ctime +80d -maxdepth 1 | xargs -I{} rm -v {}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment