Hello All,
I have 2 files of huge size that contains USER_IDs in unsorted manner.FILE A contains all IDs that are in FILE B plus additional ones.(FILE A= FILE B + additional USER_IDs )
I want to know the difference between the files(additional user IDs= FILE A- FILE B)
The unsorted files looks like this .
Row count of file A : 327531522
Row count of File B : 327416149


I want to find out the 115373 IDs (327531522- 327416149)
Please let me know how I can achieve this.