There are 2 files, one a.txt and one b.txt. How to delete the common parts.
I searched on Baidu and it seems to be findstr /ivg:aa.txt bb.txt but if there are \ it can't be deleted and the search result is partial. If it's just \ I can search and replace in advance.
There is also a two - layer for loop, but the amount of matching file content is a bit large.
Is there another method to implement
I searched on Baidu and it seems to be findstr /ivg:aa.txt bb.txt but if there are \ it can't be deleted and the search result is partial. If it's just \ I can search and replace in advance.
There is also a two - layer for loop, but the amount of matching file content is a bit large.
Is there another method to implement
