List directories by size


/ Published in: Bash
Save to your folder(s)

It 's a very simple way to get a little of information. Use for a quickly view.


Copy this code and paste it in your HTML
  1. du -h --max-depth=3 * | sort -n

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.