diff addition

This commit is contained in:
Klaatu 2016-09-02 09:44:19 +12:00
parent f1253031f2
commit 2a6d34de35
1 changed files with 3 additions and 0 deletions

View File

@ -21,3 +21,6 @@ diff -s version1 version2
# To diff the output of two commands or scripts:
diff <(command1) <(command2)
# Generate a patch file from two files
diff -Naur version1 version2 > version.patch