Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. antiword file.doc | grep "my phrase"
  2.  
  3. catdoc file.doc | grep "my phrase"
  4.  
  5. unzip -p "*.docx" word/document.xml | sed -e 's/<[^>]{1,}>//g; s/[^[:print:]]{1,}//g'
Add Comment
Please, Sign In to add comment