Answers for "shell remove all files with a specific extention in a directory"

0

linux remove all files same extension in directory

find . -type f -iname \*.zip -delete
Posted by: Guest on October-13-2020

Code answers related to "shell remove all files with a specific extention in a directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language