Terminal Instructions
- ls - List files in the current directory
- pwd - Show the current directory
- cd <directory> - Change directory
- mkdir <directory> - Create a new directory
- rm <file> - Remove a file
- cp <source> <destination> - Copy a file
- mv <source> <destination> - Move or rename a file
- cat <file> - Display the contents of a file
- echo <text> - Display the specified text
- date - Show the current date and time
- clear - Clear the terminal
- help - Show available commands