Slidey
03-08-2005, 09:08 AM
hi
ive got 2 files, each with about 650k lines
the lines in each are in the form: id data
one file has the id, and a date. the other has the id and some other information about that id.
I need to make a new file which has an amalgamation of the original 2, ie id data1 data2
any ideas?
the id's are mostly the same in both, but not 100% so i cant rely on using that. I'd also like a list (separately is fine) of any that are in one file or not the other (but i can probably do this with awk and diff)
cheers in advance
ive got 2 files, each with about 650k lines
the lines in each are in the form: id data
one file has the id, and a date. the other has the id and some other information about that id.
I need to make a new file which has an amalgamation of the original 2, ie id data1 data2
any ideas?
the id's are mostly the same in both, but not 100% so i cant rely on using that. I'd also like a list (separately is fine) of any that are in one file or not the other (but i can probably do this with awk and diff)
cheers in advance
