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

Re: recursive grep and openoffice



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


Reply to: