9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa <arisawa@ar.aichi-u.ac.jp>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] grep bug again
Date: Sun, 21 Jul 2013 12:29:01 +0900	[thread overview]
Message-ID: <54A82978-5280-40E3-8171-87FD750F6E4F@ar.aichi-u.ac.jp> (raw)
In-Reply-To: <037DE2C5-A225-4741-A3F1-AA7BC24C0B80@ar.aichi-u.ac.jp>

Hello,

grep -vf z z
is a good test.

term% p z
850f815f90e7498364c668b9e0774d96
851cef1c518242f977be3ce40714b7f8
852142a8b4f175d4fa9003ab30743106
8522f3bc66efa1edaa1e6c495e2e7b89
852684fef763a4e36d57b99a85ab366b
85377206b2292dd884a5f502f846c7d1
...
term% wc z
   2209    2209   72897 z
term% grep -vf z z
feeaa668ee79fbbde6f7539dac41a2ed
term% grep feeaa668ee79fbbde6f7539dac41a2ed z
feeaa668ee79fbbde6f7539dac41a2ed
term%

The sample file is:
http://plan9.aichi-u.ac.jp/z.gz

Kenji Arisawa




      reply	other threads:[~2013-07-21  3:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11 13:11 [9fans] grep bug? arisawa
2013-07-11 14:05 ` erik quanstrom
2013-07-11 21:39   ` arisawa
2013-07-21  3:29     ` arisawa [this message]

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=54A82978-5280-40E3-8171-87FD750F6E4F@ar.aichi-u.ac.jp \
    --to=arisawa@ar.aichi-u.ac.jp \
    --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).