Monday, November 30, 2009

printable diff

here are some handy commands for making printable landscape diff outputs with long (120 char) lines. diff -y --left-column --width=240 version1 version2 > /tmp/t a2ps --columns=1 -l 240 /tmp/t -o /tmp/t.ps

No comments: