Find disk space hogs:
sudo du -h -d 3 / | grep "^[0-9.]*G"
… which helped me find the command in yesterday’s post. You can add directories after the slash to drill down to your heart’s content.
Find disk space hogs:
sudo du -h -d 3 / | grep "^[0-9.]*G"
… which helped me find the command in yesterday’s post. You can add directories after the slash to drill down to your heart’s content.