I was wondering if someone would be able to help me in combining two files.
The first file looks like
AAAA
BBBB
CCCC
DDDD
EEEE
And the second is like
aaaa
bbbb
cccc
dddd
eeee
and I'm looking for something that ends up as
AAAAaaaa
BBBBbbbb
CCCCcccc
DDDDdddd
EEEEeeee
So far I can only copy the first file to the other, but it always ends up deleting what was originally contained in the file.