emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#12675: closed (find RFE test verb "-inodes")


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12675: closed (find RFE test verb "-inodes")
Date: Thu, 18 Oct 2012 17:25:02 +0000

Your message dated Thu, 18 Oct 2012 11:23:03 -0600
with message-id <address@hidden>
and subject line Re: bug#12675: find RFE test verb "-inodes"
has caused the debbugs.gnu.org bug report #12675,
regarding find RFE test verb "-inodes"
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12675: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12675
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: find RFE test verb "-inodes" Date: Thu, 18 Oct 2012 09:41:17 -0700 User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.24) Gecko/20100228 Lightning/0.9 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666



A useful thing to be a test on the number of non-structural entries in a directory.

By non structural, it would work like ls -A, and not include entries that are
part of the directory structure like "." and ".." -- with the idea of being
able to quickly determine if a directory is empty.

Maybe 'inodes' with standard +/- adjectives

So "find . -type d -inodes 0" would find all the empty dirs.

Unless, of course this is already in there and I've missed it... but
didn't see anything that would provide this w/o calling an external func
on each dir...which really slows things down...






--- End Message ---
--- Begin Message --- Subject: Re: bug#12675: find RFE test verb "-inodes" Date: Thu, 18 Oct 2012 11:23:03 -0600 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121009 Thunderbird/16.0
tag 12675 notabug
thanks

On 10/18/2012 10:41 AM, Linda Walsh wrote:
> A useful thing to be a test on the number of non-structural entries in a
> directory.
> 
> By non structural, it would work like ls -A, and not include entries
> that are
> part of the directory structure like "." and ".." -- with the idea of being
> able to quickly determine if a directory is empty.

So which do you really want - to know how many directory entries exist,
or to just know if a directory is (non-)empty?  The former would be a
new feature, while the latter already exists as a GNU find extension.

> 
> Maybe 'inodes' with standard +/- adjectives
> 
> So "find . -type d -inodes 0" would find all the empty dirs.
> 
> Unless, of course this is already in there and I've missed it... but
> didn't see anything that would provide this w/o calling an external func
> on each dir...which really slows things down...

Sorry, but you've reached the wrong list.  GNU coreutils does not
maintain find(1); for that, you'd need to write to the findutils list.
But while you are correct that POSIX does not provide this capability,
GNU find already does what you want:

find -type d -empty

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]