what are some basic commands to remember in terminal? windows 10

1. dir - Lists the contents of the current directory

2. cd - Change the current directory
3. mkdir - Create a new directory
4. rmdir - Remove an existing directory
5. copy - Copy one or more files to another location
6. move - Move one or more files to another location
7. del - Delete one or more files
8. type - Display the contents of a text file
9. cls - Clear the terminal window
10. ipconfig - Display network configuration information