Command line search for large files

From Tech-Wiki
Revision as of 10:19, 24 August 2016 by Linogenco (Talk | contribs)

Jump to: navigation, search

Back to Misc


forfiles /p C:\location /s /m *.* /c "cmd /c if @fsize gtr 10000000 echo @file"