From 0c17ba14f8a01a487b7a4f74bc696d531f3584b5 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 5 Jun 2025 11:21:00 +0200 Subject: [PATCH] fix: dont skip h2 --- docs/linux/disk-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/linux/disk-management.md b/docs/linux/disk-management.md index 6ac22b8..e385b50 100644 --- a/docs/linux/disk-management.md +++ b/docs/linux/disk-management.md @@ -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