mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #505] RFE: inode count #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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, --filecountcounts files.@bootandy commented on GitHub (Jul 5, 2025):
dust -fis 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).@bootandy commented on GitHub (Jul 5, 2025):
https://github.com/bootandy/dust/pull/513