Created
October 14, 2020 21:32
-
-
Save Pzoom522/4a9a353f48dc00a2621e14ac7072a013 to your computer and use it in GitHub Desktop.
Find >1GB files in your win computer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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