Search code examples
windowslinuxcygwin

What is the best way to use linux utilities under windows?


Linux utilities like sed, awk and other shell scripting features are awesome and life becomes a lot harder when I am developing on windows and cant use any of these.

People suggest to use cygwin for those who want the linux like tools under windows. But I feel cygwin will be an overkill for someone who only wants to use the handful commands.

Some say that Windows Services for Unix can also be a good alternative.

I have used none of these. Can some experienced programmer suggest best/simplest way to do this? of course apart from switching to linux itself.


Solution

  • I think the GnuWin32 project is exactly what you're looking for. Unix command line tools ported to Windows.