Web Design

Categorized | cli

Neatly display directory sizes from the Linux command line

If you want to display directory sizes from the CLI, following an ascendent pattern, use

du -S | sort -n

The command will analyze every subdirectory of the current location and print and easy to read output. Try it.

Author Profile

T4L ;

Other posts by T4L

Author's web site



Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.


Hi, Be the first leave some reply

Leave A Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>