dirsize is a command line based PHP utility. You need to have a local php interpreter (PHP binary; php-cli) in order to use it - it doesn't make sense to use it through a webserver! The sense of dirsize is to calculate the file size of any directory (and only directories) and their sub-directories. I made this one for my own usage as it really interested my how big this or that directory actually is. |