fix: dont skip h2
This commit is contained in:
parent
cb6271e677
commit
0c17ba14f8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Disk management
|
||||
|
||||
### Show filesystems
|
||||
## Show filesystems
|
||||
|
||||
```shell
|
||||
sudo df -h
|
||||
|
|
@ -18,7 +18,7 @@ tmpfs 5.0M 0 5.0M 0% /run/lock
|
|||
tmpfs 97M 0 97M 0% /run/user/1003
|
||||
```
|
||||
|
||||
### List folders
|
||||
## List folders
|
||||
|
||||
```shell
|
||||
du -h -d 1 | sort -h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue