[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: recursive grep and openoffice



Sjoerd Hardeman wrote:
What about
find . -name *.odt -exec unzip -c {} content.xml | grep "what you want to find"\; -print
This one is not working, use
 find . -name *.odt -exec sh -c 'unzip -c {} content.xml | grep "what
 you want to find"' \; -print
instead.

Sjoerd


--
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: