Sjoerd Hardeman wrote:
What aboutfind . -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