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.


-- 
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