Re: make {} always work even outside -exec

2006-10-12 Thread Dan Jacobson
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.

Re: fts vs. simulated-inode file systems: FUSE-based, FAT, smbfs, cifs, ...

2006-10-12 Thread Jim Meyering
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

Re: fts vs. simulated-inode file systems: FUSE-based, FAT, smbfs, cifs, ...

2006-10-12 Thread Miklos Szeredi
> 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

Re: fts vs. simulated-inode file systems: FUSE-based, FAT, smbfs, cifs, ...

2006-10-12 Thread Jim Meyering
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

Re: make {} always work even outside -exec

2006-10-12 Thread James Youngman
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