sizes: Recursively show space (size and i-nodes) used in subdirectories

[ bsd3, development, program ] [ Propose Tags ] [ Report a vulnerability ]

A command-line utility that recursively analyzes directory trees to display space usage information, including both file sizes and inode counts. This tool provides detailed statistics about disk space consumption in subdirectories, making it useful for identifying large files and directories, analyzing storage usage patterns, and managing disk space efficiently. The output can be filtered and sorted to help locate space-consuming items quickly.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.2, 1.1.0, 1.1.1, 1.2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.3.0, 2.3.1, 2.3.1.1, 2.3.2, 2.4.0, 2.4.1, 2.4.2
Dependencies base (>=4 && <5), cmdargs (>=0.10 && <0.11), containers (>=0.5 && <0.8), deepseq (>=1.3 && <1.6), dlist (>=0.5 && <1.1), exceptions (>=0.8 && <0.11), lens (>=2.8 && <6), mtl (>=2.2 && <2.4), parallel-io (>=0.3.2 && <0.4), regex-pcre (>=0.95 && <0.96), semigroups (>=0.8 && <0.21), system-fileio (>=0.3.9 && <0.4), system-filepath (>=0.4.7 && <0.5), text (>=0.11 && <2.2), unix (>=2.5 && <2.9) [details]
License BSD-3-Clause
Author John Wiegley
Maintainer John Wiegley <johnw@newartisans.com>
Category Development
Home page https://github.com/jwiegley/sizes
Source repo head: git clone https://github.com/jwiegley/sizes
Uploaded by JohnWiegley at 2025-11-16T00:02:50Z
Distributions NixOS:2.4.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables sizes
Downloads 13634 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2025-11-16 [all 1 reports]

Readme for sizes-2.4.2

[back to package description]

sizes compute the space and i-node consumption of all files and directories under the current directory. Think du, but with a bit more flexibility.