I have 4 files sorted alphabetically, A, B, C and D. These files contain one line on each line. Essentially, what should happen is that everything in B is removed from A. The result of this will be stripped of nothing in C. And in a similar way, the result of this will be stripped of D.
Is there a way to do this using Linux commands?
source
share