TLDR
Enter a command. For example: mklink, wmic, nvm, get childitem.

rmdir

 
Remove a directory and its contents. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/rmdir.
 
  • 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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.