Skip to content

Instantly share code, notes, and snippets.

@bonyiii
Created January 27, 2012 11:10
Show Gist options
  • Save bonyiii/1688318 to your computer and use it in GitHub Desktop.
Save bonyiii/1688318 to your computer and use it in GitHub Desktop.
diff two string or md5sum from command line input
#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