bash - sort using independent locale (neutral locale)
Bash[Edit]
+
0
-
0
Bash - sort using independent locale (neutral locale)
1LC_ALL=C sort /path/to/file.txt
[Edit]
+
0
-
0
Bash - sort using independent locale (neutral locale)
1cat /path/to/file.txt | LC_ALL=C sort