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 @@
> 磁盘使用率:估计和汇总文件和目录空间使用率。
> 更多信息:<https://ss64.com/osx/du.html>.
- 以给定单位(kb/mb/gb)列出目录和所有子目录的大小:
- 以给定单位(KiB/MiB/GiB)列出目录和所有子目录的大小:
`du -{{k|m|g}} {{目标文件夹}}`