J> find /var/cache/apt -name '*.deb' -cnewer $(find...
erg.. rather long
J> Perhaps something like -eval '[EMAIL PROTECTED] -gt [EMAIL PROTECTED]'
Hmmm,
find -eval '[EMAIL PROTECTED] -gt [EMAIL PROTECTED]' -print
Seems like you are on the right track for an enhancement.
Miklos Szeredi <[EMAIL PROTECTED]> wrote:
>> Separating the patch into parts wasn't really an option after all.
>> I've checked this in:
>
> Looks great. Thanks.
>
> What's the easiest way to try this out? The patch doesn't apply to
> the gnulib present in findutils-4.3.1, and I have no idea how
> Separating the patch into parts wasn't really an option after all.
> I've checked this in:
Looks great. Thanks.
What's the easiest way to try this out? The patch doesn't apply to
the gnulib present in findutils-4.3.1, and I have no idea how to graft
a new gnulib version into findutils.
Thank
I wrote:
> This started with the bug report:
>
> http://savannah.gnu.org/bugs/?17877
> Invalid "No such file or directory" error on filesystem without stable
> inode numbers
...
> Anyhow, here's the diff:
> [tested via valgrind on coreutils' tests of du, chmod, chown, chgrp,
> and via "make ch
On 10/11/06, Dan Jacobson <[EMAIL PROTECTED]> wrote:
Does find change any of the three stat(1) times? Not for -type f at
least I'm sure, so my line is still useful.
Only for directories which it has to read.
I was trying to find all the .debs in /var/cache/apt/archives that I
had just copied