Answers for "terminal command to delte all files in a folder"

1

terminal delete all files that start with

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

Code answers related to "terminal command to delte all files in a folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language