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).
- application/pgp-signature attachment: stored
Received on Thu Dec 12 2013 - 20:36:07 CET