From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25232 invoked by alias); 20 Aug 2014 20:58:41 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 25218 invoked by uid 89); 20 Aug 2014 20:58:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=6.0 required=5.0 tests=AWL,BAYES_40,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: bo.bogusville.us Received: from bo.bogusville.us (HELO bo.bogusville.us) (70.36.194.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Aug 2014 20:58:39 +0000 Received: by bo.bogusville.us (Postfix, from userid 48) id E6A005494; Wed, 20 Aug 2014 13:58:36 -0700 (PDT) Received: from 206.49.107.56 (SquirrelMail authenticated user mlist) by bogusville.us with HTTP; Wed, 20 Aug 2014 13:58:36 -0700 Message-ID: <8d384135fd838eaef07b4eb66ab60cae.squirrel@bogusville.us> Date: Wed, 20 Aug 2014 20:58:00 -0000 Subject: possible problem with "find . -name blah -o -name blah2" From: mlist@bogusville.us To: cygwin@cygwin.com User-Agent: SquirrelMail/1.4.22-4.el6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Bogusville-MailScanner-Information: Please contact the ISP for more information X-Bogusville-MailScanner-ID: E6A005494.A4DD0 X-Bogusville-MailScanner: Found to be clean X-Bogusville-MailScanner-From: mlist@bogusville.us X-SW-Source: 2014-08/txt/msg00397.txt.bz2 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