To see how much disk space we have in each folder
du -h --max-depth=1du -h --max-depth=1 | sort -hrdu -sh ./*
sudo apt install ncdu
ncdu
To see how much disk space we have in each folder
du -h --max-depth=1du -h --max-depth=1 | sort -hrdu -sh ./*
sudo apt install ncdu
ncdu