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
Mac Equivalent:
du -h -d 1 | sort -hrTo 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
Mac Equivalent:
du -h -d 1 | sort -hr