Skip to content

Instantly share code, notes, and snippets.

@rjp
Created October 22, 2015 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjp/9b6dcba1a1824fe2e5a4 to your computer and use it in GitHub Desktop.
Save rjp/9b6dcba1a1824fe2e5a4 to your computer and use it in GitHub Desktop.
Reflow UTF8 text into quoted thin ASCII
pbpaste -Prefer txt | recode utf8..ascii | sed -e 's/\([^[:alnum:]]\)lb\([0-9]\)/\1GBP\2/g' | par w70 s0 p0 | sed -e 's/^/> /' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment