linux : show current subfolders size Get link Facebook X Pinterest Email Other Apps December 15, 2011 The following command show the size used by each subfolder in the current folder ordered by size and in a human readable format : paste <(du -xs *) <(du -xhs *) | sort -n | cut -f3,4 Read more