dbfilediff (1) Linux Manual Page
NAME dbfilediff – compare two fsdb tables SYNOPSIS dbfilediff[-Eq][-N diff_column_name]– input table1.fsdb– input table2.fsdb OR cat table1.fsdb | dbfilediff [-sq] –input table2.fsdb DESCRIPTION Dbfilediff compares two Fsdb tables, row by row. Unlike Unix diff(1), this program assumes the files are identical line-by-line and we compare fields. Thus, insertion of one extra row will result in…
