Answers for "mac how to remove all the installed files"

4

remove all .orig files mac terminal

find . -name '*.orig' -delete
Posted by: Guest on July-22-2020
1

remove all files in a directory mac

ksudo rm -r * //terminal command on mac
Posted by: Guest on April-02-2021

Code answers related to "mac how to remove all the installed files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language