macでdocsから中身の文字列を検索する方法

cd ディレクトリ 
textutil -convert txt ./*.docx 

find ./ -type f -print | xargs grep "検索したい文字列" /dev/null | wc -l