15 lines
429 B
Markdown
15 lines
429 B
Markdown
# commands
|
|
|
|
- cat - displays the contents of a file
|
|
- cd - changes the working directory
|
|
- clear - clears the screen
|
|
- help - displays this help message
|
|
- ls - lists the contents of a directory
|
|
- mkdir - creates a new directory
|
|
- pwd - shows the working directory
|
|
- rm - deletes a file or directory
|
|
- touch - creates a new file
|
|
- update - looks for updates
|
|
|
|
**Try to do type help [command] in the terminal to show more details**
|