1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:42:07 +02:00
tldr/pages/windows/rmdir.md
2018-01-28 12:10:59 +00:00

302 B

rmdir

Remove a directory and its contents.

  • Remove an empty directory:

rmdir {{path/to/directory}}

  • Remove a directory and its contents recursively:

rmdir {{path/to/directory}} /s

  • Remove a directory and its contents recursively without prompting:

rmdir {{path/to/directory}} /s /q