LC_ALL
Overrides all other locale category settings.
Syntax
$echo $LC_ALL
Examples
Examples
$LC_ALL=C sort file.txt
Examples
$export LC_ALL=en_US.UTF-8
Warnings
Can produce unexpected output if scripts depend on locale behavior.
Typical use cases
LC_ALL=C command
Note
Highest priority in locale resolution.
Export