easy
+15 XP
TERMINAL
Create and Read Files
Create files with `touch` and `echo`, then read them with `cat`. Tasks: 1. Create an empty file called `notes.txt` using `touch` 2. Write "Hello World" to `greeting.txt` using `echo` 3. Read the contents of `greeting.txt` with `cat`