Can I get the year on a ls listing of a directory
-rw-r--r-- 1 owner grp 1033 Jun 27 14:05 batch.sh
is a usual entry, but if this file was created last year the entry looks like
-rw-r--r-- 1 owner grp 1033 Jun 27 2002 batch.sh
Can I always get the year, or somehow also have the year in the ls option.
Thanks