Answers for "remove non empty dir windows"

5

delete non empty directory cmd

rm -rf directoryname
Posted by: Guest on April-14-2020
1

remove a non empty directory

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

remove directory not empty windows

rd /s /q "path"
Posted by: Guest on February-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language