terminal uses
terminal commands are many
- the terminal can be use to write text files
- the terminal can be use to manipulated content
- the terminal can be use to update and upgrade sofware
- the terminal can be use to download software from repositories
five basic starter commands
- ls list directories & files
- touch create a file name
- vim file editor difficult to learn very powerful fast editor
- clear clear the screen
- exit exit the terminal ...close the terminal
looking at the content of a file, moving a file, renaming a file and making directories
- dog
- buddiE is a dog but dog is not a terminal command
- cat
- catonization looking at the content inside a file, then back to the prompt
- nl
- number list a file
- mkdir
- make a directory for storing files, like a manilla folder for pages
- rm
- remove a file