[GH-ISSUE #263] Symlink support #113

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

Originally created by @dwarfmaster on GitHub (Sep 7, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/263

I'd like to have an equivalent of the -L flag of du, that makes it count the size of symlink targets instead of that of symlinks. Since I use nix and git annex, I often encounter directories made only of symlinks, so that feature is very important to me.

Originally created by @dwarfmaster on GitHub (Sep 7, 2022). Original GitHub issue: https://github.com/bootandy/dust/issues/263 I'd like to have an equivalent of the `-L` flag of du, that makes it count the size of symlink targets instead of that of symlinks. Since I use nix and git annex, I often encounter directories made only of symlinks, so that feature is very important to me.
zhus closed this issue 2026-06-08 11:25:44 +03:00
Author
Owner

@bootandy commented on GitHub (Sep 8, 2022):

The apparent size flag will treat symlinks the same as the actual directories.

-s, --apparent-size

<!-- gh-comment-id:1239974481 --> @bootandy commented on GitHub (Sep 8, 2022): The apparent size flag will treat symlinks the same as the actual directories. -s, --apparent-size
Author
Owner

@dwarfmaster commented on GitHub (Sep 8, 2022):

Thanks a lot ! I'll close the issue, but maybe the documentation could be updated to make it easier to understand -s will do that ?

<!-- gh-comment-id:1240734124 --> @dwarfmaster commented on GitHub (Sep 8, 2022): Thanks a lot ! I'll close the issue, but maybe the documentation could be updated to make it easier to understand `-s` will do that ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#113