find SOURCE -type f -exec grep "object*" {} \;  -exec mv -i {} DST \;

find  .  -type f  -exec mv {}   /opt/shell   \;