Re: execdir plus and commands generated

2011-04-03 Thread James Youngman
On Tue, Mar 29, 2011 at 4:56 AM, Peggy Russell wrote: > Hi, Hi, and thanks for the careful and detailed bug report. > Why does `find` process file 'abc4' separately from files 'abc1-3', > when they are in the same directory. The answer is that it is a shortcoming in the design of find, but this

execdir plus and commands generated

2011-03-29 Thread Peggy Russell
Hi, Why does `find` process file 'abc4' separately from files 'abc1-3', when they are in the same directory. This creates 3 `rm` commands instead of 2 (assuming it looks like a `rm` for all files per directory)? Files 'abc1-4' are in the current directory. File 'def1' is in a sub directory. I