linux

List files by the time they were last modified

The following shell command will list out files in the current directory by the time they were last modified

$ ls -ltu

more bash posts

more Linux posts