X-Recipient: archive-cygwin@delorie.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:mime-version:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=LjQPmMW4ec10Pv1d2euXvhJGb/71Y
	bGNhhUa8CE78fGd1LwSRTEGATpTn43T++sfJv6fPK+J00w1Zu8LA+CwpSg3YcJ3z
	V67XumvBKJhzRIW2AN0iEN56SDG8Ye4JuHDcF0PKyAKpj6PHoqv8YKdGhgxbJuvv
	ea0UPkTsq0Kqos=
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:mime-version:from:date:message-id:subject:to
	:content-type; s=default; bh=aedaf4pR/HThrl7lr6jUmrKLG1g=; b=pE9
	uLDbcscePkXdUuw3UKZ7BeiEkoXemDLBO2bCbsFv94zfV6ZOsJVcYS8PKJEtrBUN
	xIetojOsJgj9RObwHQuwqgOHezqYNfZ+/qwWiEISx9Qyr7ut/W1yym30iXuB9abr
	4vP/HWpN2jGen5gw2hNIxnC66ZOVpL1pxCTX8V40=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=incorporated
X-HELO: mail-qt0-f174.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:from:date:message-id:subject:to;        bh=S77pKdz8ZmTwL6dp9tnKZx8jOG0jr7wu0o3BUwBFaP0=;        b=K9y/boj1wcHJ+zKcdElJrdJEkuk233Dipi2zldSgh3c5e0hCwrcImbONSmCcKVHaVM         ojUS3fbLbKZQhHuifyLdfIRDG71a47r0xTZynZ81X8snU3zsS/09MoDnXkhJt8up0Bpc         Zfb58LSO9nSi6bO4niUmKG7W2tD53FOL5NyF8tKSRwbG0skHx0yc63mZA0RL0ienbK3O         Atumi64LsPgwaTnwPTDS8eTBMeUM9bjKc08MG+K/qNmiY1kZrAegMjRV0N33mwYgHZ6z         VQG5STRIKydxRmUjqqqRYn7lX/0LJRakG6r6UXoZc3svFybHCsk2x1kzuabCJi478wI1         v5rg==
X-Gm-Message-State: AN3rC/6tHeglftFfK786bkxlI7ga6wgmKujNjjDZGM/Fwh0i0pon8BjS	6j7P6pwzFQSnNzmZe6y2X3Y83Y+0E8s9lLo=
X-Received: by 10.200.36.212 with SMTP id t20mr6339078qtt.269.1493310662176; Thu, 27 Apr 2017 09:31:02 -0700 (PDT)
MIME-Version: 1.0
From: Ugly Leper <ugly.leper@gmail.com>
Date: Thu, 27 Apr 2017 17:31:01 +0100
Message-ID: <CAKqBF1g_CJ_GTe0UAQ86YRr5TyFABmOF_X_Y9XP1eextZBvt8A@mail.gmail.com>
Subject: Re: find / without traversing /proc
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8

The directory /proc is a bit special. More generally:
What about "find /d0 without traversing /d0/d1 or /d0/d2"?
The syntax
$ find /d0 \( -wholename /d0/d1 -o -wholename /d0/d2 \) -prune -o -print
works but is tortured; and can qualifiers e.g. -type f  or -type d be
incorporated?

--
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

