for i in `find -type f -name Manifest -printf '%h '`; do ./manifest.checkone $i || echo "Error: $i" done;