medium
+20 XP
TERMINAL

Remove Files and Directories

Clean up files and directories using `rm`.

Tasks:
1. Create files `temp1.txt` and `temp2.txt`
2. Remove `temp1.txt`
3. Create a directory `junk` with a file `junk/data.txt` inside it
4. Remove the entire `junk` directory recursively
You're exploring as a guest. Create a free account to save progress and submit solutions.
Terminal ChallengeRun commands in the terminal below