mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
- `if exist` and `del` ignore directories matching the wildcard, remove both separately. - `rd /s` ignores wildcards, while `del` removes ordinary files by the wildcard, iterate over matching directories by `for /D`.