Hello,

If you run "find . -name *.txt" in a directory containing foo.txt and
bar.txt then the shell expands *.txt before executing find, i.e. you
would be running "find . -name foo.txt bar.txt" which produces a syntax
error. Either quote ('*.txt') or escape (\*.txt) the argument.

Closing.

** Changed in: findutils (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786625

Title:
  "find" command throws nonsense error message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/findutils/+bug/1786625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to