how to delete specific file types in a folder linux code example Example: delete all files with specific name ubuntu find -type f -name '*text*' -delete