Skip to main content

Linux diplay size of each subdirectory

To display total size of each subdirectory

du -sh *

-h human readable displays MB and GB instead of milions and bilions of bytes :) -s summarize total size of dir

Comments

Comments powered by Disqus