fix: dont skip h2

This commit is contained in:
Simon Cornet 2025-06-05 11:21:00 +02:00
commit 0c17ba14f8

View file

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