[Bug 1239858] Re: find not finding files properly
Phillip Susi
psusi at ubuntu.com
Tue Oct 15 21:00:26 UTC 2013
This is not a bug. If you want to stop the shell from expanding globs,
you have to quote or escape them.
** Changed in: findutils (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to findutils in Ubuntu.
https://bugs.launchpad.net/bugs/1239858
Title:
find not finding files properly
Status in “findutils” package in Ubuntu:
Invalid
Bug description:
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/findutils/+bug/1239858/+subscriptions
More information about the foundations-bugs
mailing list