brlebtag / CplusplusTools

Some useful console programs implemented using c++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CplusplusTools

Some useful console programs implemented using c++.

ldiff

ldiff (v1.0.0)

Usage: ldiff [FILE1] [FILE2]

List all lines that contains in [FILE1] but not in [FILE2] and all lines that contains in [FILE2] but not in [FILE1].

About

Some useful console programs implemented using c++.

License:MIT License


Languages

Language:C++ 92.1%Language:Makefile 7.9%