How to find large volumes on linux


Running linux machines sometimes it's needed to figure out what is taking up a large amount of room on a server. Here's an easy way to investigate large directories.

du -h <dir> | grep '\[0-9:::.\]+G'