[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
unexpected match
From: |
Jonathan Blanchard |
Subject: |
unexpected match |
Date: |
Fri, 5 Jun 2009 11:52:48 +0200 |
Hi,
While using file as patterns to grep, some unexpected match occurs.
In this two files below no line is similar but the flowing command return
one match.
>> grep -f .tmp_check1 .tmp_check2
address@hidden
>> grep -V
grep (grep de GNU) 2.5.1
Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.
Best regards
--
John
06 10 83 36 46
.tmp_check1
Description: Binary data
.tmp_check2
Description: Binary data
- unexpected match,
Jonathan Blanchard <=