Files
tldr/pages.ko/windows/rd.md
2024-11-05 20:21:01 +01:00

13 lines
371 B
Markdown

# rd
> 이 명령은 Command Prompt에서는 `rmdir`의 별칭이며, PowerShell에서는 `Remove-Item`의 별칭입니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
- 원본 Command Prompt 명령에 대한 문서 보기:
`tldr rmdir`
- 원본 PowerShell 명령에 대한 문서 보기:
`tldr remove-item`