rm -rf in powershell:
Remove-Item --Recurse
But it gets better! (worse):
https://learn.microsoft.com/en-us/powershell/module/microsof...
>> Indicates that this cmdlet deletes the items in the specified locations and in all child items of the locations.
>> The Recurse parameter might not delete all subfolders or all child items. This is a known issue.
rm -rf in powershell:
Remove-Item --Recurse
But it gets better! (worse):
https://learn.microsoft.com/en-us/powershell/module/microsof...
>> Indicates that this cmdlet deletes the items in the specified locations and in all child items of the locations.
>> The Recurse parameter might not delete all subfolders or all child items. This is a known issue.