<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000;" data-mce-style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000;"><div>&gt; Still there is a ton of things that are trivial with CLI and surprisingly hard without it. Not all of them are geeky or developy: just the other day, I was looking at an SD card from my camera; the JPEGS were in a standard DCIM directory, but the video files were hidden under multiple levels of non-obviously-named directories. Finding them on Windows was quite frustrating, whereas on Linux it was simply "find . -size +99999"</div><div><br></div><div>&gt; The executive summary: I hope there's a way to improve the pretty graphical interfaces without relegating the CLI to some second-class status.</div><div><br></div><div>I agree with the executive summary. But time marches on and it's really hard to keep up.</div><div><br></div><div>It's easy to find large files in Windows from the GUI:</div><div>&nbsp; Select your DCIM folder and in the search box type: System.Size:&gt;100kb</div><div><br></div><div>It's easy to find large files in Windows from the powershell CLI:</div><div>&nbsp; PS&gt; Get-ChildItem s:\dcim -Recurse | Where-Object {$_.Length -gt 100kb}</div><div><br></div><div>But my knowing how to do this doesn't translate to your knowing how to do it! The frustration comes from knowing that it's probably doable somehow but I don't have time to figure how.</div><div><br></div><div>Cheers,<br></div><div>-Chuck</div><div><br></div></div></div></div></body></html>