df -htest
du -shim
Delete folder older than 30 daystime
find /path -name "test-*" -type d -mtime +30 -exec rm -rf {} \;let