[Bug 1239858] [NEW] find not finding files properly

Launchpad Bug Tracker 1239858 at bugs.launchpad.net
Tue Oct 15 01:41:25 UTC 2013


You have been subscribed to a public bug:

Using Ubuntu 12.04.3 LTS x386_64 Server  and Desktop - both show the
same

doing a find /path/to/file -type f -name *.ext dispays a result as
expected as long as there is no file with the same regex in the current
working director

root at xxx:/var# find /usr/bin -name *.sh
/usr/bin/gettext.sh
root at xxx:/var# touch test.sh
root at xxx:/var# find /usr/bin -name *.sh
root at xxx:/var# rm test.sh
root at xxx:/var# find /usr/bin -name *.sh
/usr/bin/gettext.sh
root at xxx:/var#

See Question #237344

** Affects: findutils (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bot-comment
-- 
find not finding files properly
https://bugs.launchpad.net/bugs/1239858
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to findutils in Ubuntu.



More information about the foundations-bugs mailing list