Answers for "delete files with a certain extension recursively"

1

delete files with a certain extension recursively

find . -type f -name '*.extension' -delete
Posted by: Guest on October-29-2021

Code answers related to "delete files with a certain extension recursively"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language