List all files in directory tree by modification date April 1, 2009
Posted by maxmil in : Debian , add a comment find app -type f -printf "%T@\t%t\t%p\n" | sort -r -n
Probably of no interest to anyone other than me
find app -type f -printf "%T@\t%t\t%p\n" | sort -r -n