Partial commit, needs to be squashed
This commit is contained in:
parent
ecf15e71e9
commit
941d653908
2 changed files with 13 additions and 11 deletions
22
README.md
22
README.md
|
@ -24,25 +24,29 @@ Roadmap
|
|||
- running commands, using flags & arguments
|
||||
* Commands:
|
||||
- ~~ls~~
|
||||
- cd
|
||||
- mv
|
||||
- cp
|
||||
- rm
|
||||
- touch
|
||||
- mkdir
|
||||
- pwd
|
||||
- ~~cd
|
||||
- ~~mv~~
|
||||
- ~~cp~~
|
||||
- ~~rm~~
|
||||
- ~~touch~~
|
||||
- ~~mkdir~~
|
||||
- ~~pwd~~
|
||||
|
||||
### v2.0 Reading and editing files
|
||||
* Concepts:
|
||||
- pipes
|
||||
- directing output (overwrite vs append)
|
||||
* Commands
|
||||
- vim
|
||||
- vimtutor
|
||||
- vim/vimtutor
|
||||
- nano
|
||||
- echo
|
||||
- cat
|
||||
- tail
|
||||
- head
|
||||
- echo
|
||||
- sort
|
||||
- more
|
||||
- less
|
||||
|
||||
### v3.0 User and group management
|
||||
* Concepts:
|
||||
|
|
|
@ -47,8 +47,6 @@ ______ __ ___ _ _ ______ _ _ ______ _____ ______
|
|||
|_____/|_| |_| |____/|_| |_| |_| \\_____/ |_| \\_____/|_| |_|
|
||||
|
||||
Welcome to the interactive bash tutorial! To exit this tutorial at any \
|
||||
time, press Ctrl+C. That is, press and hold the Control Key (Ctrl), and then \
|
||||
press the C Key.
|
||||
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue