in reply to Re^4: Joining two files on common field
in thread Joining two files on common field
This sounds like you might have carriage returns or extra whitespaces at line ends in (at least one of) the original files. That's just a guess of course.
Update: you have to sort the lines (with the fields you want to join as keys) if you want to join the files. You didn't forget that, did you?
|
---|