show last new file added using "ls"
On Jan 20, 2008 7:25 PM, Wade Smart <wadesmart@gmail.com> wrote:
> Is there a way when using "ls" to show the time and date of a file?
$ man ls
...
-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
...
So you probably want some combination of -c, -l, -t, &c.
--Joel
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|