Hacker News new | ask | show | jobs
by firesteelrain 310 days ago
With pandoc you can do this I think

pandoc -t plain file.docx | grep "pattern"

1 comments

Even better you can have pandoc output markdown.
Which almost looks like what this terminal program is doing ?