Clear OSX Space
The following set of procedures free some unnecessary files from your OSX drive and free space, also it sometimes help to fix slowness problems, but please be very very careful with the "sudo rm -f" command it is very dangerous so make sure you type it correctly.
Run cron tasks now
sudo periodic daily weekly monthly
cd ~/Library/Logs sudo rm -rf ~/Library/Logs/*
rm -rf ~/Library/Safari/Downloads.plist cd ~/Library/Caches sudo rm -rf ~/Library/Caches/*
dscacheutil -flushcache
sudo update_prebinding -root / -force
sudo diskutil repairPermissions /
cd /Library/Caches sudo rm -rf /Library/Caches/*
cd /System/Library/Caches sudo rm -rf /System/Library/Caches/*
/System/Library/Frameworks/CoreServices.framework/ Frameworks/LaunchServices. framework/Support/lsregister -kill -r -domain local -domain system -domain user
sudo rm -rf `lsof | grep com.apple.ATS/annex.aux \ | grep Finder | cut -c 66-139` sudo rm -rf /private/var/folders/*/*/-Caches-/com.apple.ATS
sudo diskutil repairPermissions /
Shay.BC.