I am trying to find a way to code a batch script to delete x-xxx.jpg that were created before a certain date.
How would this be done?
So basically say I have 20k.jpg and I want to create a batch script on Linux to run which will delete all images created let's say before 12th December 2011.
ext4does store the creation date IIRC but the userspace has no standardized access to that timestamp...