[issue1306] The problem with gzip(1)

Hasso Tepper hasso at estpak.ee
Wed Mar 4 02:05:41 PST 2009


joerg (via DragonFly issue tracker) wrote:
> joerg <joerg at britannica.bec.de> added the comment:
>
> It's not a sed bug.

Can you explain? Simple test:

$ hexdump test.txt
0000000 6f66 0a6f 6162 7372
0000008
$ gsed '1,1d' test.txt | hexdump
0000000 6162 7372
0000004
$ sed '1,1d' test.txt | hexdump
0000000 6162 7372 000a
0000005
$


-- 
Hasso Tepper





More information about the Bugs mailing list