Re: Filesystem usage by Directory wise



On 26 Sep 2006 14:46:01 -0700, balreddy.gattu@xxxxxxxxx
<balreddy.gattu@xxxxxxxxx> wrote:
But i want the usage like this:

/test
Total used %
2 TB 1TB 50%

Usage:
Directory name Usage %
/test/abc 0.25TB 12.5%
/test/xyz 0.5TB 25%
.................

du shows the size of each directory. If you want percentages you could
write a script using du and df.


--
Any program which runs right is obsolete.
.