Created
January 27, 2012 11:10
-
-
Save bonyiii/1688318 to your computer and use it in GitHub Desktop.
diff two string or md5sum from command line input
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
#http://stackoverflow.com/questions/454427/bash-string-difference | |
diff <( echo "b27947f3045220faf16e4d9158cbfe13") <( md5sum php-5.2.17.tar.bz2 | cut -d' ' -f 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment