write a command in unixlinux to Sort all the files in a dire
write a command in unix/linux to Sort all the files in a directory by name and show associated last modification information.
Solution
-c
with -lt: sort by, and show, ctime with -l: show ctime and sort by name otherwise: sort by ctime
ctime is time of last modification of file status information
