eileen1017
MIS
I have two files A and B. The content of file A is as follows:
aaa
bbb
ccc
111
222
333
The content of file B is as follows:
111
222
333
ddd
444
eee
There are three lines in file B match those of file A. I need to write a scipt that compares those two files. If there is a match line, then I need to remove those line from file B. How would I be able to do that? Please help. Thanks.
aaa
bbb
ccc
111
222
333
The content of file B is as follows:
111
222
333
ddd
444
eee
There are three lines in file B match those of file A. I need to write a scipt that compares those two files. If there is a match line, then I need to remove those line from file B. How would I be able to do that? Please help. Thanks.