Open
Description
Before I can figure out the next lessons, I need to figure out what the entire curriculum looks like for the command line.
The first lesson teahes cd
, mkdir
, and touch
.
Other things you could teach:
- how to move up a directory
- tab to autocomplete
- move down two directories
- copy a file
- delete a file
- rename a file
- copy a directory
- rename a directory
- delete a directory
- open a file (cat/bat?)
- what the hell is echo?
Maybe the course could be called "Command Line Basics" and be comprised of lessons. Each lesson had an objective.
I'll have to google "cli commands you should know"
After this task is complete, I will create follow-up issues to actually build out the lessons.