Find and delete many files Mar 25, 2021 Here’s the table of contents: Find files first Find and delete Find files first find . -iname "*log.txt*" Find and delete find . -iname "*log.txt*" -exec rm -rf {} \;