FILES - nazimboudeffa/nazimboudeffa.github.io GitHub Wiki
du -d 1 -h
gives the file storage of the top level directory
sudo du -cha --max-depth=1 /var | grep -E "M|G"
du -d 1 -h
gives the file storage of the top level directory
sudo du -cha --max-depth=1 /var | grep -E "M|G"