Is there a command-line tool to text-search a docx file? I tried grep, but it doesn't work with docx even though it works fine with txt and xml files. I could convert the docx to txt first, but I'd prefer a tool that operates directly on docx files. I need the tool to work under Cygwin.
OP edit: Later I found out that the easiest way to achieve the grep is actually to convert those docx to txt then grep over them.