zpoley / file-line-compare

Given two files, print any lines from the second file not found in the first.

Home Page:file-line-compare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Line Compare

Given file 1, print all lines from file 2, not found in file 1.

Simple C program using only stdlib.

About

Given two files, print any lines from the second file not found in the first.

file-line-compare


Languages

Language:C 79.8%Language:Python 20.2%