Skip to content

Instantly share code, notes, and snippets.

@bgstack15
Created December 6, 2017 21:23
Show Gist options
  • Save bgstack15/58d339227411b43553c80878a5537f87 to your computer and use it in GitHub Desktop.
Save bgstack15/58d339227411b43553c80878a5537f87 to your computer and use it in GitHub Desktop.
Htmlize function
htmlize () { $( which sed ) -r -e 's/</\xCAlt;/g;' -e 's/>/\xCAgt;/g;' -e 's/\&/\&/g;' -e 's/\xCA([lg])t;/\&\1t;/g;' ; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment