Tuesday, September 28, 2021

Windows CMD tricks

A growing list of Windows CMD tricks

  •  `del /S *.jpg` recursively deletes all jpg in all subfolders of your current location
  • https://www.ghacks.net/2017/07/18/how-to-delete-large-folders-in-windows-super-fast/#:~:text=Tap%20on%20the%20Windows%2Dkey,F%2FQ%2FS%20*.
  • https://stackoverflow.com/questions/25554254/batch-command-to-delete-all-subfolders-with-a-specific-name


Share this