[GH-ISSUE #339] Not print full paths of files #155

Closed
opened 2026-06-08 11:25:54 +03:00 by zhus · 1 comment
Owner

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.txt
but paths in my size.txt were cut by .. at last as below:
image

how can I get full paths to collect?

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.txt` but paths in my size.txt were cut by `..` at last as below: ![image](https://github.com/bootandy/dust/assets/34861918/e7bb1f1f-9190-46b2-ace8-f613e83d6de3) how can I get full paths to collect?
zhus closed this issue 2026-06-08 11:25:54 +03:00
Author
Owner

@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

<!-- gh-comment-id:1796879817 --> @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 `
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#155