join

join#

Relational join on two sorted files.

$ join -t, -1 1 -2 1 a.csv b.csv
$ join -t$'\t' a.tsv b.tsv