If you would like to use *nix tools on Windows, you have two main options:
- Cygwin offers your typical Linux toolset
(
bash
,ls
,cd
,grep
, and the other core utilities) and a DLL that provides some Linux system emulation (signals, etc.). However, Cygwin tends to take the "everything but the kitchen sink" approach, so I generally prefer the second option, MSYS.