Suppose I have two text files.
The first one, called reference.txt
has the following content:
dog goat cat
The second one, called compare.txt
has the following content:
cow goat cockroach
I want to compare each character in the 1st and 2nd text files and ignore the whitespace. I've been working it for weeks!
Hope anyone can help me out please. Just give an idea, sure it will be enough for me
Thanks