This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

possible problem with "find . -name blah -o -name blah2"


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]