Skip to content

Instantly share code, notes, and snippets.

@alikrc
Created April 13, 2019 08:59
Show Gist options
  • Save alikrc/652f681b99e9cddf2539f7bc0e60baff to your computer and use it in GitHub Desktop.
Save alikrc/652f681b99e9cddf2539f7bc0e60baff to your computer and use it in GitHub Desktop.
find files bigger then 1gb (1e+9 bytes) on windows 10 cmd
forfiles /S /M * /C "cmd /c if @fsize GEQ 1000000000 echo @path"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment