Goto /var/log diretcory
$ cd /var/log
List files and directories date wise descending order
$ ls -alt
ls by date in reverse date order use the -t flag as before but this time with the -r flag which is for ‘reverse’.

Goto /var/log diretcory
$ cd /var/log
List files and directories date wise descending order
$ ls -alt
ls by date in reverse date order use the -t flag as before but this time with the -r flag which is for ‘reverse’.

Leave a Reply
You must be logged in to post a comment.