Remix.run Logo
hdjrudni 13 hours ago

Even in those basic examples, it probably would be useful. `cp` to a blank file? No problem. `cp` over an existing file? Yeah, I want to be warned.

`rm` a single file? Fine. `rm /`? Maybe block that one.

Izkata 8 hours ago | parent [-]

That last one would error without doing anything anyway because it's not recursive.