From 57540e6d6473c3a6a712464929367eb089529770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20=C4=B0lhan?= Date: Sat, 12 Jan 2019 21:43:58 +0300 Subject: [PATCH] Seperates disk usage --- linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux.md b/linux.md index 23b9f7b36..a47efbd91 100644 --- a/linux.md +++ b/linux.md @@ -24,6 +24,8 @@ Human Readable Format: $ df -h +### Display disk usage + Largest 10 folder/file in the current directory: $ du -hsx * | sort -rh | head -10