http://qs321.pair.com?node_id=11120083


in reply to Find Photos Taken During A Certain Time Range

What you posted seems OK to me for searching from the root dir (i.e. ->in('/')). If you changed to this File::Find::Rule->file()->name( qr/\/(jpeg|jpg)$/i)->in('/') then it should start looking from '/' but it should not match anything interesting.

Edit: in linux