16 Oct
2002
16 Oct
'02
8:03 a.m.
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