0

How can you solve the following encoding problem? http://dl.getdropbox.com/u/175564/encoding.png

It is rather hard to compare the manuals.

Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697

1 Answers1

2

Try

vim -d <(man uniq |col -b) <(man guniq |col -b)
Paul Tomblin
  • 179,021
  • 58
  • 319
  • 408