On 5 March 2010 08:17, Peter A. Cejchan <[email protected]> wrote: > hi, > i would like to append next line if current ends with ']' > however > > sed '/\]$/N' foo > > does not work... > ++pac
(I think N just adds the next line to the buffer and you have to manually get rid of the special newline in the middle.) Ruda
