blob: 74b6280bdef98795cd2df85e5162fc372b133578 (
plain)
1
2
3
4
5
6
7
8
9
10
|
cdif is a post-processor of the Unix diff command. It highlights
deleted, changed and added words based on word context.
To compare character-by-character rather than word-by-word, use the -B
option.
If only one file is specified, cdif reads that file (stdin if no file)
as a output from diff command.
Lines that don't look like diff output are simply ignored and printed.
|