Answers for "command to delete all the files in the programs directory in the terminal"

1

terminal delete all files that start with

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

Code answers related to "command to delete all the files in the programs directory in the terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language