Cygwin is released under the GNU General Public License; it is free software. It is maintained by employees of Red Hat, NetApp and many other volunteers. Corinna Vinschen and Christopher Faylor are currently the managers of the Cygwin development team.
(please see the original WiKi (http://en.wikipedia.org/wiki/Cygwin))
The really cool part of Cygwin is the availability of Linux command tools without requiring a dual boot!
Launch the emulated login (\cygwin\bin\bash --login) {notice the windows \}and you have immediate access to
tools such as egrep -i 'name="keywords"' *.html
find ./local -name \*.html -print
but once within the emulator, the Unix style separator '/' is used and the '\' reverts to
the meta-escape character.
Cygwin provides scripting tools for those familiar with Unix/Linux. If that's not you, then
you might be better off with Windows VB.
