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