 |
Fabbri Systems Fabbri Systems Technical Forums
|
|
|
| View previous topic :: View next topic |
| Author |
Message |
admin Site Admin
Joined: 28 Feb 2006 Posts: 24
|
Posted: Wed Mar 22, 2006 8:27 pm Post subject: Diff, Patch, Grep, etc. for Windows (XP, NT, 2000) |
|
|
When developing software on Windows, I often miss the powerful tools available on Unix (e.g. Solaris, Linux, FreeBSD). I miss the powerful command shells such as bash (batch files are a joke). I miss tools like diff, patch, grep, and wget.
There are multiple ways of adding these commands to your Windows environment. Two obvious approaches are to port the programs to the Windows runtime, or provide a compatibility layer which existing code can run on top of.
The first approach, to install native win32 ports of these commands, can be accomplished at unxutils.sourceforge.net.
(Thanks to jafproject for the link.)
The second approach of installing a unix-like runtime on top of windows can be implemented by downloading Cygwin.
I haven't tried the native Win32 binaries yet (first approach), but it seems that the benefit of using Cygwin instead is that you get a more seamless unix-like environment. I'd rather use diff, grep, patch, wget, and so on from a nice Bash command shell than from the silly windows command prompt. The Win32 binaries may be easier to install, however. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
Powered by phpBB © 2001, 2005 phpBB Group
|