Answers for "remove all directories in current file"

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:myFolderrd dirName /s
Posted by: Guest on August-02-2021

Code answers related to "remove all directories in current file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language