[Zope] searching

Jerome Alet alet@librelogiciel.com
Wed, 16 Oct 2002 10:03:54 +0200


On Wed, Oct 16, 2002 at 12:53:41AM -0700, michael.taņag wrote:
> 
> Is there a way in which I could serach for  files inside zope 
> using a keyword. For example I type in "cow" and it will search 
> filenames with the word cow in it, like "cowhead.doc" and "da cow 
> boy.pdf". 

Download ZShell from http://www.librelogiciel.com/software/

You can even try it online.

Then use its find and/or grep commands depending on your needs
(you can even combine the two)

e.g. :

        find / --id "*cow*"
        
another one, very useful (IMNSHO) :        

        find / --id "*cow*" --exec "echo {} ; lsperms {}"

> Can Z Catalog do this? 

I don't know.

hth

Jerome Alet