Created
March 6, 2014 13:05
-
-
Save tuki0918/9389142 to your computer and use it in GitHub Desktop.
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
sed: RE error: illegal byte sequence | |
tuki0918:ramdisk tuki0918$ export LANG=C | |
tuki0918:ramdisk tuki0918$ sed -e "s/before/after/g" reed.csv > out.csv | |
tuki0918:ramdisk tuki0918$ sed -e "s/before2/after2/g" out.csv > out.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment