medium
+20 XP
TERMINAL

Copy and Move Files

Use `cp` and `mv` to organize files.

Tasks:
1. Create a file `draft.txt` with content "draft content"
2. Copy `draft.txt` to `backup.txt`
3. Move `draft.txt` to `archive/draft.txt` (create `archive` first)
You're exploring as a guest. Create a free account to save progress and submit solutions.
Terminal ChallengeRun commands in the terminal below