TextPad and Python

Neil Hodgson nhodgson at bigpond.net.au
Sat Mar 8 17:09:28 EST 2003


Anton Vredegoor:
> - recursive grepping

   On Windows 2000 or later, findstr can do recursive grep:
find.command=findstr /n /s $(find.what) $(find.files)

   There are plenty of other programs available that will do recursive grep
but I'd like to incorporate a simple version into SciTE's code to ensure it
works without configuring external tools.

   Neil






More information about the Python-list mailing list