Skip to content

Instantly share code, notes, and snippets.

@Pzoom522
Created October 14, 2020 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pzoom522/4a9a353f48dc00a2621e14ac7072a013 to your computer and use it in GitHub Desktop.
Save Pzoom522/4a9a353f48dc00a2621e14ac7072a013 to your computer and use it in GitHub Desktop.
Find >1GB files in your win computer
forfiles /S /M * /C "cmd /c if @fsize GEQ 1073741824 echo @path > largefiles.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment