Yes, I have very limited perl knowledge. Actually I cant figure out what language would be more suitable for my requirement.
What I want to do is, suppose there's FileA, which has the lines
a
b
b
b
b
c
d
And FileB which has the lines
b
c
c
d
e
and FileC which has the lines
c
d
e
f
f
The Final file should contain,
a
b
c
d
e
f
I.e remove duplicates and merge them. Is there a necessity for a database?
I wud be happy if someone wud code it for me

:P