Answers for "windowscommand to delete direcoty with specified name recursivel"

0

windowscommand to delete direcoty with specified name recursivel

for /d /r . %d in (__pycache__) do @if exist "%d" rd /s/q "%d"
Posted by: Guest on August-10-2020

Code answers related to "windowscommand to delete direcoty with specified name recursivel"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language