Linux CLI - Searching and Finding
You want to find all files larger than 10MB named
backup.tar anywhere under /data and move them to /archive. Which command correctly combines find and move to save time?