mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #276] Support for following symlinks #118
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 @teeks99 on GitHub (Nov 17, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/276
dustwould be much nicer with the ability to dereference symlinks on demand, similar to the-Largument todu.To elaborate a bit more, this should not be a default. It should only happen when a -L is passed in. If this is the case the program should deal with all the files it finds as if they were in that directory. There may need to be some check to deal with loops in the system though.
The big use case for this is trying to find large files across a system that may span multiple physical drives.
@bootandy commented on GitHub (Jan 4, 2023):
I can look at doing this.
@bootandy commented on GitHub (Jan 7, 2023):
https://github.com/bootandy/dust/pull/288