There are many packages of UNIX command line utilities for 32-bit Windows. Now that the mingw-w64 Windows compiler is stable, I was expecting similar utilities to appear for 64-bit Windows (e.g. "GnuWin64"). However, I'm not finding them. Where are they?

link|improve this question
What benefit do you believe they'll provide you? – Ignacio Vazquez-Abrams Jun 5 '11 at 0:58
For the most part, the 32-bit utilities work great. But I do work with multi-gigabyte files, for which there are limitations (e.g. Value too large for defined data type) – Mike Toews Jun 5 '11 at 1:06
[for multi-gigabyte files] should you not work with better alternatives to emulation? Like, a dual-boot with Linux or a VM. – nik Jun 5 '11 at 4:11
@nik, I use both Win/POSIX systems, but because I use both of these, I'd like to use a similar GNU toolset. For example, to compare md5sum checks of files on both systems. – Mike Toews Jun 5 '11 at 7:25
feedback

1 Answer

As I've mentioned on SuperUser onetwothree times:

The tools in the SFUA utility toolkit, which run in the Subsystem for UNIX-based Applications that comes right there in the box with Windows 7 Ultimate edition and Windows Server 2008 R2 (For Windows XP, one can download and install Services for UNIX version 3.5.), come in both AMD64 and IA64 flavours as well as x86-32. This toolkit has a large number of command-line TUI tools, from mv and du, through the Korn and C shells, to perl and awk. The programs run in Windows NT's native proper POSIX environment, rather than with emulator DLLs (such as cygwin1.dll) layering things over Win32 as other toolsets do.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.