word_diffprose.sh 179 B

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