Update du.md

This commit is contained in:
小弟调调™ 2020-08-07 16:15:35 +08:00 committed by GitHub
parent b56ccf6ee2
commit fc0ac1a665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -35,6 +35,10 @@ du [选项][文件]
### 实例
```
$ du -sh * | sort -h # 按文件大小排序
```
显示目录或者文件所占空间:
```shell
@ -104,4 +108,4 @@ root@localhost [test]# du
du -sh $dir
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->