mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
minor fix
This commit is contained in:
parent
b8311a48a0
commit
191c202bd1
1 changed files with 1 additions and 4 deletions
|
@ -756,11 +756,8 @@ Options:
|
|||
- `-s` (supress or summarize) Outputs total disk space of a directory and supresses reports for subdirectories.
|
||||
|
||||
Example:
|
||||
```shell
|
||||
```bash
|
||||
du -sh pictures
|
||||
```
|
||||
|
||||
```shell
|
||||
1.4M pictures
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue