Update README.md

wrap one-liner in Alternatives section with backticks (`) for code formatting
This commit is contained in:
dustin fletcher
2025-08-31 19:43:29 -04:00
committed by andy.boot
parent 4e83421da6
commit 14efddfd05

View File

@@ -122,6 +122,6 @@ reverse=true
- [dua](https://github.com/Byron/dua-cli/)
- [pdu](https://github.com/KSXGitHub/parallel-disk-usage)
- [dirstat-rs](https://github.com/scullionw/dirstat-rs)
- du -d 1 -h | sort -h
- `du -d 1 -h | sort -h`
Note: Apparent-size is calculated slightly differently in dust to gdu. In dust each hard link is counted as using file_length space. In gdu only the first entry is counted.