add top command

This commit is contained in:
Steve Mao
2018-12-13 16:04:49 +11:00
committed by GitHub
parent edc6a5e876
commit dcd36dbbaa

View File

@@ -44,6 +44,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn
1. [search for a text](#search-for-a-text)
1. [view an image](#view-an-image)
1. [show disk size](#show-disk-size)
1. [check performance of your computer](#check-performance-of-your-computer)
1. [Quick tips](#quick-tips)
1. [Hotkeys](#hotkeys)
@@ -322,6 +323,14 @@ imgcat image.png
df -h
```
## check performance of your computer
**STOP OPENING YOUR ACTIVITY MONITOR OR TASK MANAGER** :-1:
```shell
top
```
## Quick tips
![CLI tips](./cli_tips.jpg)