i have a problem...
there are two files that i need to compare for example:
signal 1 signal 2
a a
b c
c d
d b
e e
signal 1 represents the first file and signal 2 represents the second file. even though that their contents are in no particular order they are still the same. what script can i use to compare these kind of files.
i need a script that would tell me that they are just the same even though they are not arrange in the same order.
or if for example i have seen something like:
signal 1 signal 2
a a
b c
c d
d z
e d
e
how can i make my program to tell that "z" has no partner to the other file.
i could need some help...thank you.
there are two files that i need to compare for example:
signal 1 signal 2
a a
b c
c d
d b
e e
signal 1 represents the first file and signal 2 represents the second file. even though that their contents are in no particular order they are still the same. what script can i use to compare these kind of files.
i need a script that would tell me that they are just the same even though they are not arrange in the same order.
or if for example i have seen something like:
signal 1 signal 2
a a
b c
c d
d z
e d
e
how can i make my program to tell that "z" has no partner to the other file.
i could need some help...thank you.