Reputation: 38255
is there any way to generate a text file with merge result.Thanks a lot! Say a.txt looks like
1 2
b.txt like
1 3
and merge result output like below
1 <<2 >>3
Upvotes: 1
Views: 226
Reputation: 158
diff a.txt b.txt > diff.txt