public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* possible problem with "find . -name blah -o -name blah2"
@ 2014-08-20 20:58 mlist
  2014-08-20 21:08 ` Georg Nikodym
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mlist @ 2014-08-20 20:58 UTC (permalink / raw)
  To: cygwin

using CYGWIN_NT-6.1, bash 4.1.11(2) and find 4.5.12, the following returns
immediately

   find . -name \*.cs -o -name \*.h -o -name \*.cpp -exec ls {} \;

pick your favorite for 'ls'

this works as expected

   find . -name \*.cs -o -name \*.h -o -name \*.cpp

it's probably not a horrible problem but i thought i'd report it.

   bo

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-21 12:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20 20:58 possible problem with "find . -name blah -o -name blah2" mlist
2014-08-20 21:08 ` Georg Nikodym
2014-08-20 22:50 ` Andrey Repin
2014-08-21 12:15 ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).