Check Disk Usage Command something like
du -sh
After that you can grep for G or M based on your requirement to get the list of all directory which has size in GIGS or MIBS. Rest is simple i.e. clean the respective directory...