Say I have 2 files, and they are both different. One has more stuff than others.

Example:
File1: "Hello"
File2: "Hello1 Hello"

How could I compare the 2 files, find the differences in text, and add the differences to the first file?