Skip to content

Commit

Permalink
doc: update command/du.md (#570)
Browse files Browse the repository at this point in the history
du -d
  • Loading branch information
zxyup committed Mar 19, 2024
1 parent a044c47 commit 7ffccdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/du.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ du [选项][文件]
-b, --bytes 显示目录或文件大小时,以byte为单位。
-c, --total 除了显示个别目录或文件的大小外,同时也显示所有目录或文件的总和。
-D, --dereference-args 显示指定符号链接的源文件大小。
-d, --max-depth=N 限制文件夹深度
-H, --si 与-h参数相同,但是K,M,G是以1000为换算单位。
-h, --human-readable 以K,M,G为单位,提高信息的可读性。
-k, --kilobytes 以KB(1024bytes)为单位输出。
Expand Down

0 comments on commit 7ffccdb

Please sign in to comment.