Skip to content

Instantly share code, notes, and snippets.

@Everfighting
Created May 24, 2019 06:59
Show Gist options
  • Save Everfighting/d749eff6c87a4b870082537d5336f371 to your computer and use it in GitHub Desktop.
Save Everfighting/d749eff6c87a4b870082537d5336f371 to your computer and use it in GitHub Desktop.
find . -name "*.png" -ctime +10|xargs -t -I {} rm {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment