Vorrei ottenere (GNU) DIFF per stampare solo righe diverse in un unico file. Così dato
==> diffa.txt <==
line1
line2 - in a only
line3
line4 changed
line5
==> diffb.txt <==
line1
line3
line4 changed in b
line5
line6 in b only
vorrei diff --someoption diffa.txt diffb.txt
produrre
line2 - in a only
line4 changed
Quanto segue sembra che dovrebbe essere utile ma è un po 'enigmatico:
--GTYPE-group-format=GFMT
Similar, but format GTYPE input groups with GFMT.
--line-format=LFMT
Similar, but format all input lines with LFMT.
--LTYPE-line-format=LFMT
Similar, but format LTYPE input lines with LFMT.
LTYPE is `old', `new', or `unchanged'.
GTYPE is LTYPE or `changed'.
GFMT may contain:
%< lines from FILE1
%> lines from FILE2