update README and commands

This commit is contained in:
2024-07-15 14:39:15 +08:00
parent b5bf38a73f
commit 0592b8589d
2 changed files with 18 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
# commands
- cat - displays the contents of a file
- cd - changes the working directory
- clear - clears the screen
- help - displays this help message
- mkdir - creates a new directory
- pwd - shows the working directory
- rm - deletes a file or directory
- touch - creates a new file
- type help [command] in the terminal to show more details