Re: problem with find's -size and -exec options

2012-05-14 Thread Eric Blake
On 05/14/2012 04:29 PM, j. k. colligan wrote: > Friends - > > I just noticed a difference in behavior between Cygwin's "find" and > the one in Linux, or > so it seems. > > I was trying to locate files smaller than a given size, and thus ran > > find . -size -4000c > > That worked, and liste

Re: problem with find's -size and -exec options

2012-05-14 Thread René Berber
On 5/14/2012 5:29 PM, j. k. colligan wrote: I just noticed a difference in behavior between Cygwin's "find" and the one in Linux, or so it seems. I was trying to locate files smaller than a given size, and thus ran find . -size -4000c That worked, and listed the file names only for files

problem with find's -size and -exec options

2012-05-14 Thread j. k. colligan
Friends - I just noticed a difference in behavior between Cygwin's "find" and the one in Linux, or so it seems. I was trying to locate files smaller than a given size, and thus ran     find . -size -4000c That worked, and listed the file names only for files < 4000 bytes in size.  But if I run