bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #42985] find reports "No such file or directory" when executing rm


From: Andrii
Subject: [bug #42985] find reports "No such file or directory" when executing rm
Date: Wed, 20 Sep 2017 22:49:47 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]