Follow-up Comment #3, bug #42985 (project findutils): I can observe the problem with case below (not sure if it is really a bug though)
$ cd ~/findtest $ mkdir 1 $ mkdir 2 $ touch 1/a 1/b 2/a 2/b $ find $(pwd) . -mindepth 1 -exec rm -rf {} \; find: ‘/home/a/findtest/1’: No such file or directory find: ‘/home/a/findtest/2’: No such file or directory _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?42985> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/