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: James Youngman
Subject: [bug #42985] find reports "No such file or directory" when executing rm
Date: Tue, 26 Aug 2014 22:24:46 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36

Update of bug #42985 (project findutils):

             Assigned to:                    None => jay                    

    _______________________________________________________

Follow-up Comment #1:

This is a very very vague bug report.

When reporting a bug in any software, please state
1. What specifically you did
2. What you expected to happen
3. What, specifically and in detail, did happen.

I'm not able to reproduce the symptom you are describing, either:

~/tmp$ mkdir t
~/tmp$ cd t
~/tmp/t$ touch x 
~/tmp/t$ mkdir d
~/tmp/t$ touch d/yy
~/tmp/t$ find . -exec rm {} \;
rm: cannot remove `.': Is a directory
rm: cannot remove `./d': Is a directory
~/tmp/t$ find .
.
./d


If you can reproduce this problem please post a more detailed bug report.


    _______________________________________________________

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]