▲ | firesteelrain 3 days ago | |||||||||||||||||||||||||
Can you use this to basically cat the output and then you can grep the docx? pandoc can do this | ||||||||||||||||||||||||||
▲ | w108bmg 3 days ago | parent [-] | |||||||||||||||||||||||||
Maybe? I don't use Pandoc directly (fantastic program, but I only use it thorugh Quarto and Rmarkdown), but something like `doxx document.docx --export text | grep "search term"` should work just like `cat`+`grep`, but with better table structure and no intermediate conversion needed like pandoc. | ||||||||||||||||||||||||||
|