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)
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)