Image

Imagebobbotron wrote in Imagelinux 😦tired

Looking for a recursive directory listing tool...

Looking for a recursive directory listing tool...
I'm looking for a command line program like tree, which I can run in a directory, and it will show me for each directory contained within it, the size (in kb, mb, whatever) of the files contained within the directory and all of it's sub directories for each directory, starting at the base directory.

For instance, something like this would be the output:

. (20 mb)
|-- include (8 mb)
| |-- lcdf (3 mb)
| `-- lcdfgif (3 mb)
`-- src (10 mb)


Does anyone know of a quick, easy way to do this?