[Bug 1239858] Re: find not finding files properly

Brian Murray brian at ubuntu.com
Tue Oct 15 15:01:43 UTC 2013


Have you tried find /usr/bin/ -name \*.sh ?

** Tags added: precise

-- 
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:
  New

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