Listing the most recently changed files in the currently directory:

ls -FlArt

Finding the most recenly changed files (recursively):

find . -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort