Blog

List files/folders ordered by size

Nov 16, 2008
Category:Bash How To Linux 

Here we have a very simple command to list files and folder by size, useful if you are low on space and trying to find large files to delete.

du -s * | sort -n

Comments

Your Name:
Your Email:
Comment Title:
Notify me of comments to this post.
 
This is a captcha-picture. It is used to prevent mass-access by robots. (see: www.captcha.net)