Re: bug when processing binary file for gnu win32 sed
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
> From: hongqi wang <[email protected]> > Date: Mon, 18 Jun 2012 13:00:27 +0800 > > sed will expend "0A" to "0D0A" even if I specify the option "-b" as below: sed -b -i "s/<source>/<target>/g" Myfile.datthat is not what I expected since I am dealing with some binary files but it will break the format. > version: 4.2.1download url: http://gnuwin32.sourceforge.net/packages/sed.htm > thanks. It's a bug in the GnuWin32 port of Sed, not in Sed itself.