13 June 2011

How to do diff command into a file. Diff command compares differences of files. Later you can use patch command to apply the changes to other files.

Source code viewer
  1. diff /compare/this/file.txt /with/this/file.txt > /write/results/to/this/file.patch
Programming Language: Bash