Tip: Set Locale LANG=C #90
                  
                    
                      kellyjonbrazil
                    
                  
                
                  started this conversation in
                General
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
jcparsers expect the command output they receive to useLANG=Clocale.If you are piping command output to
jcyou can ensure the correct locale with the following syntax:You can also prepend
LANG=Cto the "magic" syntax:You can even create an alias to automatically set the correct locale, but this will only work using the "magic" syntax:
Beta Was this translation helpful? Give feedback.
All reactions