Concept Flow - find with -exec for actions
Start: find command
Search files matching criteria
For each file found
Execute action with -exec
Repeat for next file
End when no more files
The find command searches files, then runs the specified action on each file found using -exec, repeating until all files are processed.