[Users] Size of each sub-dirs ?

Colin Leroy-Mira colin at colino.net
Thu Oct 6 15:44:22 CEST 2022


Hi,

>> I was not able to find a way to know the size
>> of sub-directories (to know the cumulative size
>> would help to clean up the biggest sub-dirs ;)
> 
> @Alain You mention Linux at your disposition, so check if you have
> `tree` installed. Then
> 
> ```shell
> tree --du -h

Or `tree --du -h -d` to only get directories listed :)

HTH,
-- 
Colin


More information about the Users mailing list