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.
-
jc
parsers expect the command output they receive to useLANG=C
locale.If you are piping command output to
jc
you can ensure the correct locale with the following syntax:You can also prepend
LANG=C
to 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