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