mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #524] --files0-from takes newline-terminated paths, not null-terminated paths #230
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 @j824h on GitHub (Aug 20, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/524
Contradictory to what -h shows,
--files0-fromtakes newline-terminated paths, not null-terminated paths.This is confusing also because the expectations from GNU
du(along with many others in coreutils family) does not match the current actual behavior of dust.cf. #405
@j824h commented on GitHub (Aug 23, 2025):
I might work on the "fix" but it would technically cause a breaking change.
@j824h commented on GitHub (Aug 30, 2025):
https://github.com/j824h/dust/commit/0f6c11415853e0b2f0bdb64aa3d8662face95c39
@bootandy commented on GitHub (Oct 6, 2025):
thanks,
https://github.com/bootandy/dust/pull/529