View Single Post
Old 03-17-2012, 02:47 PM  
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
If you can copy both (sorted) files to a server and can use the command line, this should give you the info you want.

comm -13 broken.txt master.txt > working.txt

if you need to sort the files on the server side do this first
sort broken.txt -o broken.txt
sort master.txt -o master.txt
__________________
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote