mirror of
https://github.com/cheat/cheat.git
synced 2024-12-19 03:05:06 +01:00
diff addition
This commit is contained in:
parent
f1253031f2
commit
2a6d34de35
@ -21,3 +21,6 @@ diff -s version1 version2
|
|||||||
|
|
||||||
# To diff the output of two commands or scripts:
|
# To diff the output of two commands or scripts:
|
||||||
diff <(command1) <(command2)
|
diff <(command1) <(command2)
|
||||||
|
|
||||||
|
# Generate a patch file from two files
|
||||||
|
diff -Naur version1 version2 > version.patch
|
Loading…
Reference in New Issue
Block a user