Hello,
Can you please help me on my problem
Basically I have 2 files; first one is the master list and the second file is the exclude list.
What I want to do is sort out all the records in the master list exluding all the records found in the exclude list.
Ex.
File1 (unsorted)
012345AAAA11112222
013456BBBB22223333
012345AAAA11114444
013456BBBB11116666
012345AAAA33334444
014567CCCC11115555
013456BBBB11113333
012345AAAA22227777
File2 (sorted)
11113333
11115555
22223333
22227777
I expect to produce an output below
OutFile
compare file1 (col 11-18) against file2 (col 1-8)
(sorted from column 1-6)
012345AAAA11112222
012345AAAA11114444
012345AAAA33334444
013456BBBB11116666
Thanks in advance for the help
Regards,
AlanMDC
http://www.alanmdc.hobby-site.com