Basics of command line
The modern command line includes
- keyboard navigation
- arrow keys, delete keys, cut/paste
- autocomplete (this is really your friend)
- in Bash tab activates autocomplete
- command history which you can scroll back through time
- use up arrow for single command scroll back
- or history to see ranges of commands you’ve run