delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/08/20/17:08:43

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:content-type:message-id:mime-version
:subject:date:references:to:in-reply-to; q=dns; s=default; b=UBs
N2beZDc+a7R3yC2gfrRcSM5LsSCHP+2NX/h6DzCUkrQRWDNH4eAeTq53fEL1fwiF
bUuKRIZBzYNxpgPssmjL3hKCphqjvVPeDL3rmU+wmuSpM4KEv8p43w9+KBsZHZy0
2Fbx+nv+KT5Z5PIA8rL8rqRYeut4l2BRvRHRWNBQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:content-type:message-id:mime-version
:subject:date:references:to:in-reply-to; s=default; bh=1yvVCsn4U
zlqe5fFdXyHaLpT904=; b=VfV1QJOR4gcwru28G4M7nXfZVJGYUtsAc1t74KYJV
7wTPh4PjX/DJOC4W7NVPvaApHTUlhme1C+1apnPJ6yjx2Pkf6QcATtQbaboat3Dm
z0Ah0y++SggeRSto8WprCEUktXK3Cl8bNTSEyjtrSpTszrCBs2bgCmACZ411VFX+
4s=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_FAIL autolearn=no version=3.3.2
X-HELO: mail.bitkeeper.com
From: Georg Nikodym <georgn AT bitkeeper DOT com>
Message-Id: <AC4D01E0-AD85-4C7B-98B2-4E74711749C3@bitkeeper.com>
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
Subject: Re: possible problem with "find . -name blah -o -name blah2"
Date: Wed, 20 Aug 2014 17:08:06 -0400
References: <8d384135fd838eaef07b4eb66ab60cae DOT squirrel AT bogusville DOT us>
To: cygwin AT cygwin DOT com
In-Reply-To: <8d384135fd838eaef07b4eb66ab60cae.squirrel@bogusville.us>

--Apple-Mail=_348779A4-3531-45A8-83B7-D161A579D9F8
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=iso-8859-1


On Aug 20, 2014, at 16:58 , mlist AT bogusville DOT us wrote:

> 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 {} \;

Not a Cygwin problem.  Try:

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

-g


--Apple-Mail=_348779A4-3531-45A8-83B7-D161A579D9F8
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----

iD8DBQFT9Q42oJNnikTddkMRAtjXAJ9yB8UGsMP3AlJhxiLgTyYZFaYqngCgrYVc
MKxkzva74oYT+4o6gPX2OfM=
=FEfs
-----END PGP SIGNATURE-----

--Apple-Mail=_348779A4-3531-45A8-83B7-D161A579D9F8--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019