This handy program allows you to see where your disk space is going in an easy to read piechart. You provide the top directory to scan, and Piechart Disk scans the directory then displays an interactive directory and file list, and a piechart. Since Piechart Disk sorts the directories and files, the largest directories and files are at the top of the list. Click the interactive file and directory list green plus and red minus icons to open and close directories, changing what is displayed in the piechart. Screenshot: http://www.mentalelfz.com/images/piechart.jpg Source: http://www.mentalelfz.com/downloads/piechart.tcl By [Barney Blankenship] (MentalElf) [SEH] 20060614 -- Nice! Does it run on Unix? [WJP] 20060614 -- I just ran it succesfully under Linx. [AM] 20060615 -- I did not have any problems running it under Linux either. I did have a few comments and suggestions :) but it has already helped me finding some "dead wood" on my ever crowded disks (a few GB I occupied by files I had totally forgotten about) Some features I have suggested: * Show the last access date for files in a particular directory * Sorting wrt that date [Barney Blankenship] Currently I'm working on speeding it up, and at the moment I am writing profiling stuff for it, tracking time info for function calls during the scan and sort. I don't have the ActiveState dev kit, so I'm writing my own profiler stuff. After the profiling and optimizing is finished, I'll more than likely add a feature where the right mouse click on a directory or file will cause a pop-up dialog with all the detailed info I can provide on that directory or file. ---- [Category System Administration]