dbjoin (1) Linux Manual Page
NAME dbjoin – join two tables on common columns SYNOPSIS dbjoin[-Sid]– input table1.fsdb– input table2.fsdb[-nNrR] column[column…] OR cat table1.fsdb | dbjoin[-Sid]– input table2.fsdb[-nNrR] column[column…] DESCRIPTION Does a natural, inner join on TABLE1 and TABLE2 the specified columns. With the "-a" option, or with "-t outer" it will do a natural, full outer join. (Database review:…
