Created
March 17, 2015 10:55
-
-
Save chrisberkhout/99e7e80045267ab1984c to your computer and use it in GitHub Desktop.
wrapper to use `sort` with traditional, native byte value order (in which whitespace is significant)
This file contains 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
#!/bin/bash | |
LC_ALL=C exec sort "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment