9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Rudolf Sykora <rudolf.sykora@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] grep (or perhaps regex(6)) question
Date: Tue,  5 Jul 2011 16:01:23 +0200	[thread overview]
Message-ID: <BANLkTimd9XtR+A6q1kR0AhJ7o4dSsOpUdg@mail.gmail.com> (raw)
In-Reply-To: <7e1b88d2eda348d9ea703e50b378a2e8@coraid.com>

> there should be no match to the re $junk.
> it's impossible for there to be text after then
> end of line.

1) from the regexp grammer, $junk is a valid regexp
2) grep checks input line-by-line
3) the answer to a question whether a *line* complies with '$whatever'
is --- I believe --- undefined. (It definitely should match '$';
however comparing with '$whatever' gets us outside the definitions).

Ruda



  reply	other threads:[~2011-07-05 14:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-05  7:56 dexen deVries
2011-07-05 11:56 ` Rudolf Sykora
2011-07-05 12:13 ` erik quanstrom
2011-07-05 12:40   ` Rudolf Sykora
2011-07-05 12:58     ` erik quanstrom
2011-07-05 14:01       ` Rudolf Sykora [this message]
2011-07-05 14:06         ` erik quanstrom
2011-07-11  0:08 ` 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=BANLkTimd9XtR+A6q1kR0AhJ7o4dSsOpUdg@mail.gmail.com \
    --to=rudolf.sykora@gmail.com \
    --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).