Hello,
I cannot find the right answer/solution for the following
I have two list with numbers>list A:1500 and listB: 1300
and I want een output of the lacking numbers of differing numbers..
Compare does not generate the missing numbers in a lst..
Anyone a idea?
Thanks in advance..
nico
compare with output of difference
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
compare with output of difference
If the two files are text, you could achieve this using grep -v. grep is a unix command line utility but a number of dos ports are available on the interweb.