Skip to content

Instantly share code, notes, and snippets.

@chrisberkhout
Created March 17, 2015 10:55
Show Gist options
  • Save chrisberkhout/99e7e80045267ab1984c to your computer and use it in GitHub Desktop.
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)
#!/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