View Disk Usage for all directories

for instance in *;do /usr/bin/du -hs $instance;done