X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19DCmQXFNA+B06mhNDhlhCy Date: Fri, 24 Aug 2012 10:33:03 -0400 From: Christopher Faylor <cgf-use-the-mailinglist-please AT cygwin DOT com> To: cygwin AT cygwin DOT com Subject: Re: rmdir limitation to 3192 directories Message-ID: <20120824143303.GA28989@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <OF8DF65A85 DOT 424F55D9-ONC1257A64 DOT 004113A8-C1257A64 DOT 0041CC0C AT orc DOT fr> <CA+sc5m=LfOU1VLDaprzqMX-dWKSwuS7X11tC6WnOk=VTEaRdGw AT mail DOT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <CA+sc5m=LfOU1VLDaprzqMX-dWKSwuS7X11tC6WnOk=VTEaRdGw@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: <cygwin.cygwin.com> List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT 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 On Fri, Aug 24, 2012 at 10:30:12AM -0400, Earnie Boyd wrote: >On Fri, Aug 24, 2012 at 7:58 AM, genonceauxwrote: > >> >> I try to delete empty directories with this command : "/bin/find /path >> -depth -type d -empty -execdir rmdir \{\} \;" > >If you change this to > >/bin/find /path -depth -type d -empty -delete > >> >> If the number of empty directories to remove greater than 3192, I have the >> following message for the directories to remove remaining : >> "Bad file descriptor" > >do you still get this? And, also: http://cygwin.com/problems.html . -- 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