[GH-ISSUE #505] RFE: inode count #220

Closed
opened 2026-06-08 11:26:12 +03:00 by zhus · 2 comments
Owner

Originally created by @LDeakin on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/505

Add an option to count inodes (e.g. --inodecount), similarly to how -f, --filecount counts files.

Originally created by @LDeakin on GitHub (Jun 26, 2025). Original GitHub issue: https://github.com/bootandy/dust/issues/505 Add an option to count inodes (e.g. `--inodecount`), similarly to how `-f, --filecount` counts files.
zhus closed this issue 2026-06-08 11:26:12 +03:00
Author
Owner

@bootandy commented on GitHub (Jul 5, 2025):

dust -f is actually already counting inodes.

if you want to include duplicate inodes you have to include dust -f -s (which I admit is a bit counter intuitive).

<!-- gh-comment-id:3038985433 --> @bootandy commented on GitHub (Jul 5, 2025): `dust -f ` is actually already counting inodes. if you want to include duplicate inodes you have to include `dust -f -s` (which I admit is a bit counter intuitive).
Author
Owner

@bootandy commented on GitHub (Jul 5, 2025):

https://github.com/bootandy/dust/pull/513

<!-- gh-comment-id:3038991270 --> @bootandy commented on GitHub (Jul 5, 2025): https://github.com/bootandy/dust/pull/513
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#220