Skip to content

Instantly share code, notes, and snippets.

@0x-jerry
Created October 11, 2019 03:59
Show Gist options
  • Select an option

  • Save 0x-jerry/4017d0e26a3546ede80d164efbd3d475 to your computer and use it in GitHub Desktop.

Select an option

Save 0x-jerry/4017d0e26a3546ede80d164efbd3d475 to your computer and use it in GitHub Desktop.
fast delete on windows
del /f/s/q %1\*.* > nul
rmdir /s/q %1 > nul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment