From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22492 invoked by alias); 27 Apr 2017 16:31:04 -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 22424 invoked by uid 89); 27 Apr 2017 16:31:03 -0000 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 Received: from mail-qt0-f174.google.com (HELO mail-qt0-f174.google.com) (209.85.216.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Apr 2017 16:31:01 +0000 Received: by mail-qt0-f174.google.com with SMTP id m36so30492705qtb.0 for ; Thu, 27 Apr 2017 09:31:03 -0700 (PDT) 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 Received: by 10.140.81.137 with HTTP; Thu, 27 Apr 2017 09:31:01 -0700 (PDT) From: Ugly Leper Date: Fri, 28 Apr 2017 13:09:00 -0000 Message-ID: Subject: Re: find / without traversing /proc To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-04/txt/msg00354.txt.bz2 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