DISQUS

Tech-Recipes: Recursively delete files in Windows | Windows | Tech-Recipes

  • Anonymous · 6 years ago
    Living dangerously - Or 'How to make it STFU'

    del /s/q tmp*

    Unix:
    rm -fr tmp/*

    Results may vary :twisted:
  • Anonymous · 3 years ago
    That worked so much better. Stupid hidden files.. :twisted:
  • Rajesh · 9 months ago
    May I know how to the "folders" instead of files recursively?
    (Assume the folders aren't empty.)
  • Rajesh · 9 months ago
    ** May I know how to DELETE the "folders" instead of files recursively?
    (Assume the folders aren't empty.)
  • dhanu · 9 months ago
    thank you very much