Answers for "how to remove all folders in a directory"

6

linux remove folder and all his content

rm -rf /path/to/directory
Posted by: Guest on February-29-2020
0

How to delete dir, subdirectory, fils all in cmd

[destination]rd [deleteable dir] /s

Like:

c:\myFolder\rd dirName /s
Posted by: Guest on August-02-2021

Code answers related to "how to remove all folders in a directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language