linux find and delete files with extension code example Example: rm files with extension find . -name "*.bak" -type f -delete