Answers for "rm delete directory that is not empty"

8

rmdir: failed to remove ‘’: Directory not empty

rm -rf myDirectory
Posted by: Guest on January-16-2020
1

remove a non empty directory

sudo rm -R [Directory name]
Posted by: Guest on January-23-2021

Code answers related to "rm delete directory that is not empty"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language