Saturday, 27 October 2012

checking more space consuming parttion

df -h | sed -e 's/%//g' | grep -v Mounted | gawk '{if($5>10) {print  $0}}'

No comments:

Post a Comment