Donnerstag, 24. März 2011

join caveat

The join command requires the key fields to be sorted in ascending order, otherwise it won't join them:

join <( <file_A> ) <( <file_B> )