Created
October 22, 2015 09:52
-
-
Save rjp/9b6dcba1a1824fe2e5a4 to your computer and use it in GitHub Desktop.
Reflow UTF8 text into quoted thin ASCII
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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