Answers for "terminal remove files starting with"

1

terminal remove files starting with

find  . -name 'name*' -exec rm {} \;
Posted by: Guest on July-31-2020

Code answers related to "terminal remove files starting with"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language