“rm -rf” equivalent for Windows?

前端 未结 21 1452
一向
一向 2020-11-27 08:40

I need a way to recursively delete a folder and its children.

Is there a prebuilt tool for this, or do I need to write one?

DEL /S doesn\'t dele

21条回答
  •  执念已碎
    2020-11-27 09:22

    You can install GnuWin32 and use *nix commands natively on windows. I install this before I install anything else on a minty fresh copy of windows. :)

提交回复
热议问题