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


-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to