to sort file in a dtiectory in time order
newest first
ls -t
to sort in time order oldest first
ls -rt
using the long format
ls -lt
and
ls-lrt
On on line ls man page
http://www.die.net/doc/linux/man/man1/ls.1.html
Return to Linux Server Configuration Notes
Users browsing this forum: No registered users and 14 guests