bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filutils 4.1


From: Paul Eggert
Subject: Re: filutils 4.1
Date: Fri, 16 Jun 2006 10:12:39 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Jim Meyering <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]