Created
January 9, 2016 06:49
-
-
Save devynspencer/fc77272beabb2014dbe2 to your computer and use it in GitHub Desktop.
Snippets useful to troubleshooting and/or staying out of prison due to troubleshooting-related shenanigans.
This file contains hidden or 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
| # compare two files diff ala `git diff` | |
| diff -Nau /root/answers.txt{.orig,} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment