How do I show disk usage breakdown including hidden directories?

Using "du" with the following options will show usage of all files and directories including hidden (those starting with a dot).

du -sch .[!.]* *

You cannot comment on this entry