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
Beautiful. That is exactly what I needed.
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.
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