Rather than moving the files, this method creates duplicate links for them. If you really want to move them, just replace ln with mv.
Code:
cd ebook_directory
mkdir mobi_books
find . -type f -name \*.mobi -print0 | xargs -0 -i ln {} mobi_books/