Yayım tarihi 29/10/2011 ()How can I delete directories which are smaller than Gigabyte? du -hd1|grep -v G |awk {‘print “rm -rf ” $2’}|sh