diff --git a/readme.md b/readme.md index 0379b89..e728075 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn 1. [view content of a file](#view-content-of-a-file) 1. [search for a text](#search-for-a-text) 1. [view an image](#view-an-image) +1. [show disk size](#show-disk-size) 1. [Quick tips](#quick-tips) 1. [Hotkeys](#hotkeys) @@ -313,6 +314,14 @@ grep -ir "Query" file.txt imgcat image.png ``` +## show disk size + +**STOP RIGHT CLICKING DISK ICON OR OPENING DISK UTILITY** :-1: + +```shell +df -h +``` + ## Quick tips ![CLI tips](./cli_tips.jpg)