powershell delete folder

powershell에서 파일을 삭제할 경우, 다음 명령어를 통해 삭제 가능합니다. powershell1 2 3 4 5 6 7 8 9 Remove-Item /path Remove-Item 'D:\.git' Remove-Item 'D:\.git' -Recurse -Force rm /path -r -force rm ./.git -r -force rm .\.git -r -force
Read more
You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.