On 2013-12-12 14:32:03 -0500, Andrew Gwozdziewycz wrote:
> So, to find all files in /etc modified within the last hour...
> 
> walk /etc | agep -1H -
> 
> Or,
> 
> walk /etc | xargs agep -1H

The problem here is speed. For any non-trivial number of files, this
will become non-negligibly slower due to the number of stat family calls
required (and the cost of reinterpreting the data each time).

Attachment: pgpCh_10pYpXc.pgp
Description: PGP signature

Reply via email to