How can I find the oldest file in a directory tree

find -type f -printf ‘%T+ %p\n’ | sort | head -n 1

Tags: cli