du --exclude "*.txt"
du --exclude-from EXCLUDE.txt [DIRECTORY]
du --max-depth 2 [DIRECTORY]
du -ak [DIRECTORY] | sort -nrk 1 | head