9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] grep bug?
@ 2013-07-11 13:11 arisawa
  2013-07-11 14:05 ` erik quanstrom
  0 siblings, 1 reply; 4+ messages in thread
From: arisawa @ 2013-07-11 13:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

It seems f option of grep is buggy.
or any limitations in using the RE?

term% wc MD5dir
   4584    9168  388756 MD5dir
term% wc x
   4582    4582  151206 x
term% grep -f x MD5dir | wc
   4580    9160  388463
term%
term% grep e54272690d513f8b2403568a7574b1ba MD5dir
e54272690d513f8b2403568a7574b1ba /usr/arisawa/src/taskfs/Q/task.387.a/
term% grep e54272690d513f8b2403568a7574b1ba x
e54272690d513f8b2403568a7574b1ba
term% grep -v -f x MD5dir
7b6d7ae369226b6d0195ac3fe4487ce7 /usr/arisawa/src/elnfs/WWW/
d44d788ad1237311d8282bbabca65977 /usr/arisawa/src/hg/python-2.5.1-ape/Modules/_ctypes/libffi/src/darwin/
e54272690d513f8b2403568a7574b1ba /usr/arisawa/src/taskfs/Q/task.387.a/
84a0f83f5020f16d0b277e8b19407791 /usr/arisawa/src/trans
term% 

Kenji Arisawa





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-21  3:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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     ` [9fans] grep bug again arisawa

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).