-
|
I'm often in a directory and want to see the total bytes within that dir, but dua lists every single file in the directory (and subdirs in case there are any). To clarify my question (since my original post was too vague): I want the total size of all files in the current dir (ignoring all subdirs recursively). Is there a way to only see the total: |
Beta Was this translation helpful? Give feedback.
Answered by
tessus
Feb 8, 2026
Replies: 1 comment 4 replies
-
|
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I really would love to see this in dua, but if you don't add it, here is a shell script I whipped up. Who knows, maybe someone finds it useful.