[Zope-PTK] Created by

Rik Hoekstra rik.hoekstra@inghist.nl
Thu, 15 Jun 2000 12:44:49 +0200



>+----[ Graham Chiu ]---------------------------------------------
>|
>| >I am, and this line works for me:
>| >
>| >  find . -type f -exec grep -il 'created by' {} \;
>| >
>|
>| Thanks, and no, I have to use NT on my notebook.
>|
>
>find and grep (actually gnu tools) are available as well as bash for NT.
>


and the Python distribution comes with a grep module (never used find but it
might be in there somewhere). The win32 extensions (PythonWin) even has a
visual tool for this

Rik