On Sun, Dec 30, 2018 at 11:58:20PM -0700, arn...@skeeve.com wrote:
> 
> How does that work if lines were deleted?
> 
> Thanks,
> 
> Arnold
> 

$ cat one two
a b c
d e f
g h i

a b c
g h i
j k l

$ diff -e one two
3a
j k l
.
2d


khm

Reply via email to