coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] Support for --min-size in du


From: Jakob Truelsen
Subject: Re: [PATCH] Support for --min-size in du
Date: Tue, 11 Oct 2011 16:23:05 +0200

Primarily because I also want folders with lots of medium sized files
to show up, I have not found a way to do this with find

/Jakob

On Tue, Oct 11, 2011 at 4:19 PM, Voelker, Bernhard
<address@hidden> wrote:
> Jakob Truelsen wrote:
>
>> I often find myself using sed to filter out only large entries in the
>> output of du, this patch adds a --min-size option to du to do this in
>> a more pratical way.
>>
>> commit 3ce873cddcd608a654750ffa67d070c1ce82b036
>> Author: Jakob Truelsen <address@hidden>
>> Date:   Tue Oct 11 15:28:26 2011 +0200
>>
>>     Add min-size option to du to only show information about large entities
>
> why not use e.g. find -size?
> e.g.
>
> user@host:~/java> find . -type f -size +10M -print
> ./jre/lib/amd64/server/libjvm.so
> ./jre/lib/rt.jar
> ./src.zip
> ./lib/ct.sym
> ./lib/tools.jar
>
> Berny
>



reply via email to

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