bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-devel] Bug with --binary flag


From: Steffen Schuler
Subject: [gawk-devel] Bug with --binary flag
Date: Mon, 22 Dec 2008 23:23:05 +0100
User-agent: Icedove 1.5.0.14eol (X11/20080724)

Hi Arnold,

the following bug occured with gawk-devel in the binary mode:

$ ./gawk -v RS= -v ORS= -b '{ print >"/tmp/gawk" } END { close("/tmp/gawk") }' /home/steffen/gawk-devel/bin/gawk
$ cmp /tmp/gawk /home/steffen/gawk-devel/bin/gawk
/tmp/gawk /home/steffen/gawk-devel/bin/gawk differ: char 292768, line 495
$

I would have expected at any locale to get equal files.

Regards,

Steffen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]