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