line_diff.sh 177 B

123
  1. # this somehow works, but if I output tab separated pairs myself and skip the paste pipe it doesn't -_-
  2. fdiff -d 3 -l $1 $2 | paste - - | xargs -r -p -l show_line_diff_at $1 $2