Find the most recently changed files (recursively) Leave a reply find . -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort