Have you ever run out of disk space, and then wondered where all the big
files were that you needed to delete? In Windows you have the fun
task of right-clicking on every directory to get its size, and then
repeating the procedure on all its subdirectories. On Unix, you
end up doing `du -csh *` or
`du -cs | sort -n` in every
directory. This program simply displays a directory tree sorted by size
and lets you mark files and directories to delete. This way all your
big directories are at the top, and easy to find.
Installing DiskCleaner (Windows):
- Download the .zip file below.
- Install the Java JVM from Sun,
version 1.6 or later.
- Double-click on diskcleaner.jar
(Alternatively, do `java -jar diskcleaner.jar path`, where path is the path to the top-level directory you want to use.
Installing DiskCleaner (Linux/Unix):
- Download the .tar.gz file below.
- Install the Java JVM from Sun, version 1.6 or later
- `tar -xzvf diskcleaner-0.5.tar.gz`
- Run the `diskcleaner` script in the resulting directory. An optional path argument will use the provided path as the top-level directory.
Download diskcleaner-0.5.zip (October 2, 2009)
Download diskcleaner-0.5.tar.gz (October 2, 2009)
Download diskcleaner-0.5-src.tar.gz (Requires Ant 1.7 to compile. Released under the GPL version 2.)
 |
| DiskCleaner screenshot |