how to remove all files of a certain type in bash code example Example: linux remove all files same extension in directory find . -type f -iname \*.zip -delete