November 28th, 2008
The Archives
-
11.28.08Parallel diff$ diff -W80 -y one two this is it | this si it and this is that and this is that [The relevant option is '-y']. Shows all the lines of both files in parallel (line by line) and places a vertical line '|' between them when the corresponding lines differ. The ...