Y
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
koolba
310 days ago
Even better you can have pandoc output markdown.
link
firesteelrain
310 days ago
Which almost looks like what this terminal program is doing ?
link