Find files sort by date, show size too April 05, 2015 find . -type f -printf "%T@\t%Tc %6k KiB %p\n" | sort -n | cut -f 2- Read more