Re: [BUG] sed: command "r" wrong behaviour
Xose Vazquez Perez <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 10/02/2014 12:27 PM, Xose Vazquez Perez wrote: > hi, > > - First case with command "i", it works OK. > $ cat f.txt > 1 > 2 > 3 > $ sed -i '1 i\Hello' f.txt > [...] It happens with 4.2.2 and git versions.