9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Charles Forsyth <forsyth@terzarima.net>
To: 9fans@9fans.net
Subject: Re: [9fans] acme g/$/ funny
Date: Thu, 17 Jul 2008 13:44:40 +0100	[thread overview]
Message-ID: <3c2463de26a2946e520632eaff3ba681@terzarima.net> (raw)
In-Reply-To: <df49a7370807170303t38cfd85euf8e85d7ff85de32c@mail.gmail.com>

>Edit ,x/.*/g/$/a/foo/
>shouldn't this append "foo" after every line?

Edit ,x/.*\n/g/\n/a/foo

or

Edit ,x/.*\n/g/$/a/foo

where the latter gives a little hint about what the code might be doing




  reply	other threads:[~2008-07-17 12:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-17 10:03 roger peppe
2008-07-17 12:44 ` Charles Forsyth [this message]
2008-07-17 13:07 ` Pietro Gagliardi
2008-07-17 14:01   ` roger peppe
2008-07-17 14:43   ` Russ Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3c2463de26a2946e520632eaff3ba681@terzarima.net \
    --to=forsyth@terzarima.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).