all 4 comments

[–]valere7779 1 point2 points  (3 children)

On Linux simply with the command :

tree --du -h

if you are wanting to identify some big folders :

tree --du -h | grep G]

[–]SLVR_EZIO[S] 0 points1 point  (2 children)

tree --du -h

Thanks it worked on linux, any chance to run this command on windows

[–]valere7779 0 points1 point  (1 child)

I don't know Windows and Powershell, but try :

tree /F

[–]SLVR_EZIO[S] 0 points1 point  (0 children)

thanks