Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote server where you don't have an entire graphical setup available, but it is a useful tool even on regular desktop systems. Ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed.
I used it most of the time to estimate/find folder/directory size, if folder/directory size is too big.
- Installation for Ubuntu
ncdu <path>
Install via brew
brew install ncdu