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`
You're exploring as a guest. Create a free account to save progress and submit solutions.
Terminal ChallengeRun commands in the terminal below