Merge pull request #66 from adelviscio/patch-6

Added diff of two processes/commands
This commit is contained in:
Chris Lane 2013-09-01 18:15:48 -07:00
commit 79831f81b7
1 changed files with 3 additions and 0 deletions

View File

@ -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)