Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created February 12, 2019 08:36
Show Gist options
  • Save rms1000watt/70395c21da5da0db7dd5d2fabd50be4f to your computer and use it in GitHub Desktop.
Save rms1000watt/70395c21da5da0db7dd5d2fabd50be4f to your computer and use it in GitHub Desktop.
sed RE error illegal byte sequence
# https://stackoverflow.com/a/19770395/2330648
# sed: RE error: illegal byte sequence
export LC_CTYPE=C
export LANG=C
sed 's|`testing`|`pizza`|g' < in.txt > out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment