Jim Meyering <[EMAIL PROTECTED]> writes:

>   find $PWD/* -printf '%A@ %p\n'|sort -nr

Wow, learn something every day.  Thanks.

Alas, though, this mishandles files whose time stamps differ only in
the subsecond parts, whereas 'ls' by itself would get it right.  Looks
like 'find' is another program that needs to be updated to be struct
timespec-aware.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to