[linux] how to find the size directories within the current directory

You can easily do this with the following commands:

du -sh */

Or this one will also show you hidden folders:

du -h --max-depth=1 .

– you can always increase the depth in the command above to see further into the dir structure.

Leave a Reply

(email optional)


Warning: Undefined array key "rerror" in /home/public/blog/wp-content/plugins/wp-recaptcha/recaptcha.php on line 291