Have you ever wanted to download something and realised there is not enough space left in the computer.

That moment when you realise that there are tens of development repositories in my machine, which means there are lots of log directories full of unnecessary files. But how do we find them?

This command comes to rescue!

du --max-depth=7 /* | sort -n