mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #263] Symlink support #113
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 @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
-Lflag 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.@bootandy commented on GitHub (Sep 8, 2022):
The apparent size flag will treat symlinks the same as the actual directories.
-s, --apparent-size
@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
-swill do that ?