55 pts.
 Any way to view all C: drive files by size?
I'm looking for a way to recursively list all files on a Windows XP C: drive and sort them by size, similar to what you'd do with "ls -R" in Unix. Is there any way to do this?

Software/Hardware used:
ASKED: November 25, 2008  9:42 PM
UPDATED: November 26, 2008  4:40 PM

Answer Wiki:
Check out <a href="http://www.jgoodies.com/freeware/jdiskreport/">JDiskReport</a>. There is a LS.exe utility that used to be available at http://home.a03.itscom.net/tsuzu/programing/en/ However that link no longer works. The readme.txt says File List Generator v1.53 (July 19, 2003) - This tool collects the information about files and sub-folders under the specified folder or drive and generates the list in your preferred format.You can individually specify your desired information types to include in the list.You can even customize the listing order and sorting priorities.The output format of the list can be chosen from txt, html, and csv (Excel's primitive file format). <a href="http://ralc.tistory.com/591"> Here's a site that may have this LS utility</a>.
Last Wiki Answer Submitted:  November 25, 2008  10:00 pm  by  Labnuke99   32,645 pts.
All Answer Wiki Contributors:  Labnuke99   32,645 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Beautiful. That is exactly what I needed.

 55 pts.

 

If you like UNIX, you might want to try Cygwin, a linux-like environment for Windows. You can use that “ls -R” and run many other linux comands on top of your windows installation. It’s free, and I like it very much.

 63,535 pts.

 

Hi,

Another excellent shareware tool is Total Commander ( http://www.ghisler.com/ ). It has a “leaf view” (all files from all subdirectories of a directory, or the whole disk if you are pleased). In the “leaf view” you can sort all these files by size, date, name, extension, etc. You also can search files in e.g., all local disks, by some criteria (string or regex in the names, age, size, string or regex in the contents), then feed the found files to the “listbox” and perform an operation on all them irrespective of location.

And finally, there is a couple of plugins for the TC, which can put all the information about found (or just selected) files into files with different formats – one with a lot of information from the file system – size, creation date, permissions – for cataloging purposes, another one – just with full paths, for inclusion into scripts/batch files.

Though I use some “ls -lRtr ” or some “find . -size +100000c”, in 99% of searches (that’s because of the % of time I spend in linux), I really miss sometimes the Total Commander

BR,

Petko

 3,120 pts.