Discussed in #305
Originally posted by th0rgall January 5, 2026
I'm trying to compare the contents of two similar directories by their size, one resides on a Ubuntu x86-64 server and is accessed via SSH, the other is connected as an external drive to my local arm64 macOS machine. Both use prebuilt 2.32.2 binaries for their respective systems.
On the server, dua i uses binary units (GiB), on the Macbook it uses metric units (GB). This makes it hard to visually compare the folder sizes.
Interactive mode does not support the --format option, so I'm wondering,
- is there any way to change the format? Am I missing some interactive command or configuration?
- based on what the format used in
dua i determined? (why is it different on both systems?)
Discussed in #305
Originally posted by th0rgall January 5, 2026
I'm trying to compare the contents of two similar directories by their size, one resides on a Ubuntu x86-64 server and is accessed via SSH, the other is connected as an external drive to my local arm64 macOS machine. Both use prebuilt 2.32.2 binaries for their respective systems.
On the server,
dua iuses binary units (GiB), on the Macbook it uses metric units (GB). This makes it hard to visually compare the folder sizes.Interactive mode does not support the
--formatoption, so I'm wondering,dua idetermined? (why is it different on both systems?)