Created
          February 12, 2019 08:36 
        
      - 
      
- 
        Save rms1000watt/70395c21da5da0db7dd5d2fabd50be4f to your computer and use it in GitHub Desktop. 
    sed RE error illegal byte sequence
  
        
  
    
      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
    
  
  
    
  | # 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