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