#Sorts all files below current directory to decreasing modification time #and displays the list with less find . -type f -printf '%T@ %Tx %p\n'| sort -r -n |less