diff --git a/cli_tips.jpg b/cli_tips.jpg new file mode 100644 index 0000000..45df28f Binary files /dev/null and b/cli_tips.jpg differ diff --git a/readme.md b/readme.md index 583fe62..e6db3ef 100644 --- a/readme.md +++ b/readme.md @@ -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._