Re: recursive grep and openoffice
Sjoerd Hardeman wrote:
> Sjoerd Hardeman wrote:
>> What about
>>  find . -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
> 
> 
How about various desktop search tools that Linux has (tracker, beagle,
kerry)?
-- 
Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.
Reply to: