mention tldr

This commit is contained in:
Steve Mao
2020-02-16 11:52:35 +11:00
committed by GitHub
parent a1c0acd47f
commit 415ff3341b

View File

@@ -51,6 +51,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn
1. [check performance of your computer](#check-performance-of-your-computer)
1. [Quick tips](#quick-tips)
1. [Hotkeys](#hotkeys)
1. [I can't remember these cryptic commands]()
## copy a file
@@ -376,6 +377,6 @@ Alt + B Move cursor backward one word on the current line
Tab Auto-complete files and folder names
```
## I can't remember these cryptic commands
---
_Remember, you can always google or `man` the commands you are not familiar with._
You can always google or `man` the commands you are not familiar with. Or, checkout [tldr](https://github.com/tldr-pages/tldr), a collection of simplified and community-driven man pages.