-
Shell-utils refers to utilities _for_ the shell, not to the shell itself. They can be used in any shell, also in the MS-Windows command.com and cmd.exe.
2009-09-08 20:24:01 UTC in GnuWin
-
The format \\.\D: seems indeed the correct one for opening a physical volume, according to the description for CreateFile on MSDN (http://msdn.microsoft.com/en-us/library/aa363858(VS.85).aspx). Also, the GnuWin32 md5sum \\.\D: gives the same result as the CygWin md5sum \\.\D: and md5sum /dev/scd0. So, I'm at a loss as to what is going wrong here.
2009-08-28 00:30:19 UTC in GnuWin
-
I don't think it supports Unicode, since it hasn't been compiled with wide char's as the default. However, but I haven't done any testing, I suppose it supports file names in the default codepage of the MS-Windows OS that is installed on the computer you use. For example, on European, non-English, systems, it should be able to support file names with Latin1 characters, such as è and ë.
2009-08-17 16:30:23 UTC in GnuWin
-
Probably the patch file has Unix line endings. Convert these to MS-Windows line endings with an editor or with unix2dos from the CygUtils package.
2009-07-11 10:48:18 UTC in GnuWin
-
I hope the next release of which will correct this. In the meantime, it does not seem to be a bug that needs immediate attention. Which only aborts when / is the first character of a filename to be searched for. Since which searches the directories specified in the PATH environment variable, there is really no need to start with a /. When / is part of the filename to be searched for, then which...
2009-06-25 12:20:37 UTC in GnuWin
-
Could you post a simple, small example of an input file that shows the described behavior?.
2009-06-25 12:12:50 UTC in GnuWin
-
This bug report is accepted as valid and will be fixed in an
upcoming release. Thanks for reporting it.
2009-06-25 12:10:12 UTC in GnuWin
-
For example:
sed --in-place -e s/a/b/ aaa
where aaa contains some lines, works for me.
Could you create an example that doesn't work and post an exact copy of your command line and its results?.
2009-06-07 15:11:38 UTC in GnuWin
-
gnuwin32 changed the 1.2.37 file release.
2009-06-07 09:20:28 UTC in GnuWin
-
gnuwin32 changed the 1.2.37 file release.
2009-06-07 09:19:52 UTC in GnuWin