Domanda

I am diff-ing two files and it scrolls off too much and I cannot see what was the diff at the start of the file. Is there a way for me to do diff and scroll line-by-line by pressing space or something or scrolling page-by-page just like the more command does?

È stato utile?

Soluzione

You should be able to pipe the output of diff to more, like so:

diff a.txt b.txt | more
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top