Created
April 29, 2018 17:54
-
-
Save niedzielski/eada3a94fadc53e62d6c5301d83c7991 to your computer and use it in GitHub Desktop.
Diff the output of two programs.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff <(sed -r s%1%3%g a.txt) <(sed -r s%2%3%g b.txt) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment