Skip to content

Instantly share code, notes, and snippets.

@ptthisdan
Last active February 18, 2021 12:35
Show Gist options
  • Save ptthisdan/1c543b3a62b4dee76ace4dd7bc407144 to your computer and use it in GitHub Desktop.
Save ptthisdan/1c543b3a62b4dee76ace4dd7bc407144 to your computer and use it in GitHub Desktop.
adb delete photos older than X Days
find /sdcard/DCIM* -mtime +180 -exec rm {} ";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment