Difference between revisions of "Command line search for large files"

From Tech-Wiki
Jump to: navigation, search
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 10:19, 24 August 2016

Back to Misc


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