Site icon Daniel J. Choi

Finding Disk Usage on Linux

Here’s a quick command you can use to find any folders that are over a GB in size on a Linux OS.

sudo du -h / | grep '[0-9\.]\+G'
Exit mobile version