add show disk size

This commit is contained in:
Steve Mao
2018-12-13 01:19:58 +11:00
committed by GitHub
parent ce4aee6f8c
commit edc6a5e876

View File

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