From 14efddfd05918ab9007b7f48e8a4da73d4ca6dc9 Mon Sep 17 00:00:00 2001 From: dustin fletcher <72474928+pharmacologic@users.noreply.github.com> Date: Sun, 31 Aug 2025 19:43:29 -0400 Subject: [PATCH] Update README.md wrap one-liner in Alternatives section with backticks (`) for code formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd7b2c..7e80831 100644 --- a/README.md +++ b/README.md @@ -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.