Comparing files using diff



examples/linux/a.txt
Hello World
More text
Third line

examples/linux/b.txt
Hello World
Other line

diff a.txt b.txt
2,3c2
< More text
< Third line
---
> Other line