John O Laoi schrieb:
>
> find . -name *.odt -exec sh -c 'unzip -c "{}" content.xml | grep
> "string-being sought" > /dev/null' \; -print
>
For me it works . Maybe you should quote *.odt: '*.odt'. And try just
find . -name *.odt
to see if the odt files are found.
Rainer