du: fix wrong byte units (#7131)

This commit is contained in:
marchersimon
2021-10-21 22:34:54 +02:00
committed by GitHub
parent b37b6755b8
commit 0ddea62ffb
8 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
> Disk usage: estimate and summarize file and directory space usage.
> More information: <https://ss64.com/osx/du.html>.
- List the sizes of a directory and any subdirectories, in the given unit (KB/MB/GB):
- List the sizes of a directory and any subdirectories, in the given unit (KiB/MiB/GiB):
`du -{{k|m|g}} {{path/to/directory}}`