Answers for "how to delete al files in a directory with mac terminal"

2

how delete folder terminal mac

rm -rf some_dir
-r "recursive" -f "force" (suppress confirmation messages)

Be careful!
Posted by: Guest on October-28-2020

Code answers related to "how to delete al files in a directory with mac terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language