Remove files with Find Linux May 1, 2020 Try to remember that the syntax to remove files recursively using Find is: find . -name "Thumbs.db" -exec rm '{}' \;