On Tue, Jun 27, 2000 at 08:05:32AM -0700, Tom Tromey wrote:
: Lars>   sed 's/@keyword@/@keyword@/g' < input > output
: Lars>          ^^^^^^^^^ must be quoted
: 
: Write sed 's/\@keyword\@/...'

I found that out after much tinkering - should have been the first thing
I tried :(  Actually, only the last @ needs quotes (or any letter inbetween
the quotes that doesn't give a special meaning) I guess, but it looks more
symmetric and intuitive when you quote both @s like that.

  Lars J

Reply via email to