Linux найти JPG, отсортированный по дате
find . -printf "%T@ %Tc %p\n" | sort -n
Frantic Flamingo
find . -printf "%T@ %Tc %p\n" | sort -n