Linux: Recursively delete files that match a pattern or filename using 'find' Get link Facebook X Pinterest Email Other Apps May 31, 2020 find . -name "*.bak" -type f -delete But use it with precaution. Run first: find . -name "*.bak" -type f Read more