GnuWin provides ports of tools with a GNU or similar open source license, to modern MS-Windows (Microsoft Windows 2000 / XP / 2003 / Vista / 2008 / 7)
Questions tagged [gnuwin32]
79 questions
0
votes
0 answers
regex.h causes exception in VisualStudio 2010
I wanted to show my students how to use regular expresions. As they are learn programming in C, I thought it would be the best to use regex.h from GnuWin32 (http://gnuwin32.sourceforge.net/packages/regex.htm). As an example I tried to run…

Kai Benjamin Heinz
- 70
- 7
0
votes
2 answers
Windows Batch File And GNU Sed Grouping Command
I am using GNU Sed for Windows in a batch file. I want to use the sed grouping command {} to group a set of commands. But according to the documentation for the UNIX platform, we must start each sed command within the {} in a new line. The can be…

JavaMan
- 4,954
- 4
- 41
- 69
0
votes
1 answer
Multipage with GnuWin32
tiffSplit.exe of GnuWin32 library splits tiff images. Is it possible to convert various single page files into multipage tiff with GnuWin32 library?

mrd
- 2,095
- 6
- 23
- 48
-4
votes
2 answers
grep -Ff producing invalid output
I'm using
code -
grep -Ff list.txt C:/data/*.txt > found.txt
but it keeps outputting invalid responses, lines don't contain the emails i input..
list.txt contains…

jake reading
- 79
- 1
- 1
- 5