in reply to Re: Comparing files
in thread Comparing files
If count == 30, you know that particular address was found in all 30 files...Almost. If count == 30, you know that the MAC showed up 30 times in the combined input. Could've been 30 times in the first file. If, however the OP knows that the MACs are unique within a given file (i.e. each MAC in a file appears only once), then the statement that "count == 30 implies it was found in all 30 files" is true.
thor
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Comparing files
by davido (Cardinal) on Jul 19, 2004 at 22:27 UTC | |
by dannyp (Novice) on Jul 20, 2004 at 03:27 UTC | |
by davido (Cardinal) on Jul 20, 2004 at 04:34 UTC | |
by dannyp (Novice) on Jul 20, 2004 at 17:46 UTC | |
by davido (Cardinal) on Jul 20, 2004 at 18:03 UTC |