Is there a command line tool that is able to search .docx file under MS DOS or Cygwin ?
I have tried Grep, it's not working with .docx while working fine with .txt file.
I know I could always convert the .docx to .txt 1st then search using Grep, but I am wondering:
Is there a command tool that I can search directly under command line?
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.