mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #339] Not print full paths of files #155
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 @SplitGemini on GitHub (Sep 27, 2023).
Original GitHub issue: https://github.com/bootandy/dust/issues/339
I use command

dust -F -n 100000000000 -P -c -r -p -s -d 1000 -b . >size.txtbut paths in my size.txt were cut by
..at last as below:how can I get full paths to collect?
@bootandy commented on GitHub (Nov 7, 2023):
Tell it your terminal is really wide with the '-w' flag:
$ dust -F -n 100000000000 -P -c -r -p -s -d 1000 -b -w 9999 . > size