Here is a nice little alias to show you the biggest files/subdirs in your current working directory: alias dush='/usr/bin/du -sh * .[!.]* | sort -h | tail'