Linux / Unix: Sort ls Command Output By Last Modified Date and Time
I download lots of files in ~/Downloads/ folder in Ubuntu Linux and OS X desktop. How do I show last downloaded file first using the ls command? You need to pass the -t option to the ls command. The -t option sort by time modified i.e. most recently modif
www.cyberciti.biz |