/tsv-reconcile

reconcile two tab-separated value files by one shared row

Primary LanguageC

tsv reconcile

tsv reconcile can be used to reconcile two tab-separated value files by one shared row. To build the C program simply call make in the downloaded folder. The input format for the command line is: ./reconcile <input file 1> <input row 1> <input file 2> <input row 2> <output file>