diff

1. Make a patch from 2 files diff

The -u option without NUM use the default value mentioned in the manpage.

diff -u orig.txt changes.txt > file.patch

2. Related nodes

3. References