rmdir
Verified for current stable LTS
Rmdir Command: Remove Nested Directories Recursively
Use for remove nested directories recursively with Rmdir. Exact CLI syntax to remove nested directories recursively using Rmdir.
When to use this: Use for remove nested directories recursively with Rmdir.
Command Syntax
rmdir -p <path/to/directory1 path/to/directory2 ...> rmdir -p <path/to/directory1 path/to/directory2 ...> Live Command Builder
Final Command
rmdir -p <path/to/directory1 path/to/directory2 ...> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to remove nested directories recursively using Rmdir.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Rmdir Command: Clean Directory Of Empty Directories
rmdir * Rmdir Command: Remove Directory Recursively Quiet Windows rmdir <path\to\directory> /s /q Rmdir Command: Remove Directory Recursively Windows rmdir <path\to\directory> /s Rmdir Command: Remove Empty Directory Windows rmdir <path\to\directory> Rmdir Command: Remove Specific Directories rmdir <path/to/directory1 path/to/directory2 ...>