atc0005 / elbow

Elbow, Elbow grease.
Apache License 2.0
0 stars 0 forks source link

Add support for filtering files to a specific size #212

Open atc0005 opened 4 years ago

atc0005 commented 4 years ago

I think that this was something I had already planned on doing, but seeing this Tweet in my feed reminded me to ahead and stub out this issue for later.

sudo find /tmp/capture -maxdepth 1 -type f -name '*.jpg' -size -10000c -delete

Delete files only in /tmp/capture, ending with .jpg, and less than 10000 bytes (blank images in my timelapse configuration)

Refs: https://twitter.com/climagic/status/1219993675641577476

atc0005 commented 4 years ago

Other issues to create: