[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Possible enhancement: file count
From: |
Bernhard Voelker |
Subject: |
Re: Possible enhancement: file count |
Date: |
Tue, 1 Mar 2016 08:35:35 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
On 02/29/2016 04:59 PM, Ruediger Meier wrote:
> What about "du --inodes"? coreutils >= 8.22
... and especially the combination with -t, --threshold (since 8.21).
>From the Texinfo manual:
(http://www.gnu.org/software/coreutils/du)
Here's how you would use `--threshold' to find directories on the
root file system with more than 20000 inodes used in the directory
tree below:
du --inodes -x --threshold=20000 /
Have fun,
Berny
- Re: Possible enhancement: file count,
Bernhard Voelker <=