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 debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to