join (1) Linux Manual Page
NAME join – join lines of two files on a common field SYNOPSIS join [,OPTION/]… ,FILE1 FILE2/ DESCRIPTION For each pair of input lines with identical join fields, write a line to standard output. The default join field is the first, delimited by blanks. When FILE1 or FILE2 (not both) is -, read standard input….
