2
0
Fork 0
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:
Adnan Ahmed 2017-04-05 23:38:43 +04:00 committed by GitHub
parent b8311a48a0
commit 191c202bd1

View file

@ -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
```