help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sed: replace line with file


From: Paul Jarc
Subject: Re: sed: replace line with file
Date: Tue, 26 Feb 2008 13:01:46 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Alan Isaac <aisaac@american.edu> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]