mirror of https://github.com/cheat/cheat.git
Merge pull request #66 from adelviscio/patch-6
Added diff of two processes/commands
This commit is contained in:
commit
79831f81b7
|
@ -18,3 +18,6 @@ diff -q version1 version2
|
|||
|
||||
# To report whether the files are identical:
|
||||
diff -s version1 version2
|
||||
|
||||
# To diff the output of two commands or scripts:
|
||||
diff <(command1) <(command2)
|
||||
|
|
Loading…
Reference in New Issue