linux : show current subfolders size

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

Comments

Popular posts from this blog

Resolve "Cannot download packages whilst offline" issue in Deja-Dup backup software

ubuntu 20.04 / netplan / change mac address and static ip

wireshark ssh remote connect on linux server