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