add quick tips

This commit is contained in:
Steve Mao
2018-11-14 11:20:28 +11:00
parent 3c3ff29732
commit 89ca5316bb
2 changed files with 5 additions and 0 deletions

BIN
cli_tips.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -42,6 +42,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn
1. [check server response](#check-server-response)
1. [view content of a file](#view-content-of-a-file)
1. [search for a text](#search-for-a-text)
1. [Quick tips](#quick-tips)
## copy a file
@@ -320,5 +321,9 @@ Options Description
-r : Search repetitively/iteratively
```
## Quick tips
![CLI tips](./cli_tips.jpg)
---
_Remember, you can always google or `man` the commands you are not familiar with._