Re: Insert the content of a file (with command r?)
Davide Brini <[email protected]>
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 25 Jul 2012 14:50:53 +0200, Paolo Bonzini <[email protected]> wrote: > Il 25/07/2012 13:48, Davide Brini ha scritto: > >> > /pattern/ { > >> > r file.txt > >> > a > >> > d > >> > } > >> > > >> > Similarly, "A" would put the cufirst line of pattern space on the > >> > append ring. > >> > > >> > Opinions? > > AFAICT the "a" command already exists and has different syntax and > > semantics. Perhaps a GNU sed extension using a new command altogether? > > The "a" command without arguments is an error right now. Ah, now I see what you meant. Personally, I'd find this overloading a bit confusing. This is just my opinion, of course. -- D.