Difference between revisions of "Command line search for large files"
From Tech-Wiki
Line 1: | Line 1: | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
+ | '''[[Microsoft#Misc|Back to Misc]]''' | ||
+ | |||
+ | |||
forfiles /p C:\location /s /m *.* /c "cmd /c if @fsize gtr 10000000 echo @file" | forfiles /p C:\location /s /m *.* /c "cmd /c if @fsize gtr 10000000 echo @file" |
Revision as of 09:19, 24 August 2016
forfiles /p C:\location /s /m *.* /c "cmd /c if @fsize gtr 10000000 echo @file"