Difference between revisions of "Command line search for large files"
From Tech-Wiki
(Created page with " forfiles /p C:\location /s /m *.* /c "cmd /c if @fsize gtr 10000000 echo @file"") |
(No difference)
|
Revision as of 07:52, 16 June 2014
forfiles /p C:\location /s /m *.* /c "cmd /c if @fsize gtr 10000000 echo @file"