Answers for "how to delete a file in a dir and all subdirectories"

3

Delete Directory Containing Files

rm -rf dirname
Posted by: Guest on June-09-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 delete a file in a dir and all subdirectories"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language