Re: sed: replace line with file
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Alan Isaac <[email protected]> wrote: > /myre/{ > d > r myfile > } The info documentation says: # `d' # Delete the pattern space; immediately start next cycle. So anything following a "d" command will never be executed. paul