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