Skip to content

Instantly share code, notes, and snippets.

@hslavich
Created December 27, 2012 15:07
Show Gist options
  • Save hslavich/4388978 to your computer and use it in GitHub Desktop.
Save hslavich/4388978 to your computer and use it in GitHub Desktop.
hex2ascii
echo "5A 30 30 30 32 43 46 42 37 35 41 38 32" | perl -nle 'print join "", map { chr hex $_ } split " ";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment