ls -ltr # -r = reverse (last modified files on bottom) # -l = use a long listing format # -t = sort by modification time, newest first
linux -> ls -> sort by date (time of modification)
30.Apr.2015
ls -ltr # -r = reverse (last modified files on bottom) # -l = use a long listing format # -t = sort by modification time, newest first