Tagged Questions
The gnuwin32 tag has no wiki summary.
4
votes
2answers
556 views
Gnuwin32 find.exe expands wildcard before performing search
I am using Gnuwin32 binaries on a Windows environment.
When I want to find files of a certain type, let's say PDF, I usually run:
find . -iname '*.pdf' -print
This works perfectly on any UNIX ...
3
votes
0answers
111 views
GnuWin32 or Cygwin - from a programmers point of view
For a programmer with Linux skills and a love of the command line, what is better to use on Windows - Cygwin or GnuWin32?
I tried to find a good comparison or a list of differences but couldn't find ...
2
votes
2answers
639 views
When will a newer version of flex for windows be available?
I'm using flex (lexical analyzer, not Adobe Flex) on a project. However, I want to be able to compile on Windows platforms as well, but the Windows version's newest version is only 2.5.4a, so it won't ...
2
votes
3answers
462 views
What does the gnuwin32 program: [.exe do?
Looking in the gnuwin32/bin directory, there is an odd-looking program file named [.exe
I couldn't find it in the documentation, gnuwin32.sourceforge.net or in a google search, so I ran it and got:
...
1
vote
1answer
119 views
xargs 4.2.20 of gnuwin32 silently fails on win7
I am talking about xargs.exe of the findutils package from the gnuwin32 project.
When I create a pipe on windows command shell, cmd.exe, it does not run properly on windows 7 but it runs fine on ...
1
vote
4answers
453 views
How can I monitor a log file and insert timestamps, using Perl?
I have an application which generates logs in append mode, but the logs are not timestamped.
Is it possible to use tail -f with some option, or a perl script to monitor writes to this file and prefix ...
1
vote
1answer
1k views
Korn-Shell for Windows 7?
We need to support a legacy app that provides a Unix and a Win32 port. Unfortunately, later in the game, a lot of glue code was written in ksh scripts for the unix port only, and the Win32 port has ...
1
vote
4answers
2k views
How to install GD library with Stawberry Perl
I am attempting to install the GD library using Strawberry perl and GnuWin32. However, when I enter "install GD" in the CPAN shell, the following message appears:
'gdlib-config' is not recognized as ...
0
votes
0answers
24 views
Makefile error: multiple object model
I use a makefile which should work under Linux, Windows and Mac.
The problem occurs for Windows, for the other operating systems it works fine.
I get this error:
Makefile 39: error: multiple object ...
0
votes
2answers
97 views
Batch File using sed in windows - unexpected append instead of replace
I've been tasked with migrating a group of batch scripts to Windows 7 (from XP) and have had a few problems using sed for substitution. What i need the line to do is find LogPath and anything inside ...
0
votes
3answers
144 views
sort hex numbers of different length from the command line?
If I have a file of hex numbers of different length e.g.
1F
b
c
How can I sort them from the command line?
Linux solutions are welcome, though I'll be using windows and cygwin or gnuwin32.
Note: ...
0
votes
1answer
195 views
sort hex numbers from the command line?
i'm looking for ways to sort a file of hex numbers
like
C3
A2
3F
From the command line
linux solutions are welcome, though i'll be using windows and cygwin or gnuwin32.
0
votes
3answers
1k views
Grep and Awk in Windows Invalid Char in Expression Error
I am new to grep and awk - using Windows 7 (I downloaded grep and awk for windows from GnuWin).
I am have having trouble running this script:
grep -Fwf dictionary.txt frequency.txt | awk '{print $2 ...
0
votes
1answer
165 views
Using Gnuwin32 with Visual Studio (VC++)
Can someone explain me or direct me to some usefull links which tell how to make Visual Studio 2008 use Gnuwin libraries. And please tell me which Gnuwin package I should download.(Windows xp) I have ...
0
votes
2answers
200 views
Is there a problem with the Gnuwin32 port of “find”?
Is there a problem with the Gnuwin32 port of "find"? It sort of works on my Windows XP command line, but I get blank stares when I try using file name pattern matching function. It's from ...
0
votes
1answer
256 views
Where did the gnuwin32 inetutils package go?
There are traces of the gnuwin32 inetutils package on the net. But it's not at the site anymore. where is it? Specifically where is the gnu telnet app for win32?