Skip to content

Instantly share code, notes, and snippets.

@vinnie357
Last active June 20, 2019 23:58
Show Gist options
  • Save vinnie357/7eefba52e01d147bcc0feb4582bbcc49 to your computer and use it in GitHub Desktop.
Save vinnie357/7eefba52e01d147bcc0feb4582bbcc49 to your computer and use it in GitHub Desktop.

input = file.txt

sed -e's/%\([0-9A-F][0-9A-F]\)/\\\\\x\1/g' file.txt | xargs echo -e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment