linux bash find and delete code example Example: linux find and delete files with name $ find -type f -name '*install*' -delete