Answers for "remove directory which is not empty in cmd"

5

delete non empty directory cmd

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

windows cmd remove a not empty directory

RMDIR /S path/to/directory
Posted by: Guest on July-28-2021

Code answers related to "remove directory which is not empty in cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language