ํ๋ ์ด์์ ํ์ผ ์ญ์ . PowerShell์์๋ ์ด ๋ช ๋ น์ด
Remove-Item
์ ๋ณ์นญ์ ๋๋ค. ์ด ๋ฌธ์๋ ๋ช ๋ น ํ๋กฌํํธ(cmd
) ๋ฒ์ ์del
์ ๊ธฐ์ค์ผ๋ก ํฉ๋๋ค. ๋ ๋ง์ ์ ๋ณด: https://learn.microsoft.com/windows-server/administration/windows-commands/del.
tldr remove-item
del {{ํ์ผ_ํจํด1 ํ์ผ_ํจํด2 ...}}
del {{ํ์ผ_ํจํด}} /p
del {{ํ์ผ_ํจํด}} /f
del {{ํ์ผ_ํจํด}} /s
del {{ํ์ผ_ํจํด}} /q
del /?
del {{ํ์ผ_ํจํด}} /a {{์์ฑ}}