dbjoin (1) Linux Manual Page
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…]DescriptionDoes 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….
