ls(1) -lc %3Cfilename%3E
list directory contents
-l     use a long listing format
-c     with -lt: sort by, and show, ctime (time of last modification of file status information) with -l:
       show ctime and sort by name otherwise: sort by ctime, newest first
List information about the FILEs (the current directory by default).  Sort entries alphabetically if none
of -cftuvSUX nor --sort is specified.
source manpages: ls