Comment 1 for bug 271606

Revision history for this message
Mackenzie Morgan (maco.m) wrote : Re: In sed, -ir options generate second file with r appended to end of name

Not a bug, user error. See the manpage. It says -i[suffix]. By putting -ir you are telling it to put an r at the end of the file name. The correct syntax to use is -i -r