It’s windows. And we don’t see the rest of the command (that would include the path) it’s likely it included the flag to remove files, as it was actually trying to remove a whole project.
Jesus it’s not even like it just ran rmdir from the current directory and got lost, it just flat out explicitly deleted everything from the root of the drive
deleted by creator
It’s windows. And we don’t see the rest of the command (that would include the path) it’s likely it included the flag to remove files, as it was actually trying to remove a whole project.
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/rmdir
In the original Reddit post the full command is given as
rmdir /s /q d:\which does indeed include the flag to remove files and subdirectories.Jesus it’s not even like it just ran
rmdirfrom the current directory and got lost, it just flat out explicitly deleted everything from the root of the drive