Search in cygwin

Open in Windows (cygstart is doing the same thing)
Search File
credit to Rob


I made a little change to use TextPad as my editor.

now how to use this command:

cd $de_arc
u -f "*.xml" "DB" : this is to search the current directory for all *.xml file which contains "DB".

-d: directory
-e: editor, otherwise will search editors
-f: file name pattern
-s: case senstive
-h: help

u [-d] [-e] [-f] [regular expression or file path]