Last active
December 17, 2015 00:49
-
-
Save awreece/5523880 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ cat sorted.dat | |
apropos comma havlak c2d172e0c8bbd847bf8731fd5588a517 | |
apropos comma sreedhar c2d172e0c8bbd847bf8731fd5588a517 | |
apropos comma steensgard c2d172e0c8bbd847bf8731fd5588a517 | |
apropos command_arg sreedhar 7ed3d61b122861a1fb56138903e92a08 | |
apropos command_arg steensgard 7ed3d61b122861a1fb56138903e92a08 | |
apropos command_args sreedhar b7b7ea492a1363c3952832612f255732 | |
apropos command_args steensgard b7b7ea492a1363c3952832612f255732 | |
apropos command_argstr havlak 264318c01a88625a7b07be5770cf28d0 | |
apropos command_argstr sreedhar 264318c01a88625a7b07be5770cf28d0 | |
apropos command_tostring sreedhar ffcb264b4010d4869b9cdc2910b5a072 | |
apropos command_tostring steensgard ffcb264b4010d4869b9cdc2910b5a072 | |
$ sort sorted.dat | |
apropos comma havlak c2d172e0c8bbd847bf8731fd5588a517 | |
apropos command_arg sreedhar 7ed3d61b122861a1fb56138903e92a08 | |
apropos command_args sreedhar b7b7ea492a1363c3952832612f255732 | |
apropos command_args steensgard b7b7ea492a1363c3952832612f255732 | |
apropos command_arg steensgard 7ed3d61b122861a1fb56138903e92a08 | |
apropos command_argstr havlak 264318c01a88625a7b07be5770cf28d0 | |
apropos command_argstr sreedhar 264318c01a88625a7b07be5770cf28d0 | |
apropos command_tostring sreedhar ffcb264b4010d4869b9cdc2910b5a072 | |
apropos command_tostring steensgard ffcb264b4010d4869b9cdc2910b5a072 | |
apropos comma sreedhar c2d172e0c8bbd847bf8731fd5588a517 | |
apropos comma steensgard c2d172e0c8bbd847bf8731fd5588a517 | |
$ locale | |
LANG=en_US.UTF-8 | |
LANGUAGE= | |
LC_CTYPE="en_US.UTF-8" | |
LC_NUMERIC="en_US.UTF-8" | |
LC_TIME="en_US.UTF-8" | |
LC_COLLATE="en_US.UTF-8" | |
LC_MONETARY="en_US.UTF-8" | |
LC_MESSAGES="en_US.UTF-8" | |
LC_PAPER="en_US.UTF-8" | |
LC_NAME="en_US.UTF-8" | |
LC_ADDRESS="en_US.UTF-8" | |
LC_TELEPHONE="en_US.UTF-8" | |
LC_MEASUREMENT="en_US.UTF-8" | |
LC_IDENTIFICATION="en_US.UTF-8" | |
LC_ALL= | |
$ LC_ALL=C sort temp.dat | |
apropos comma havlak c2d172e0c8bbd847bf8731fd5588a517 | |
apropos comma sreedhar c2d172e0c8bbd847bf8731fd5588a517 | |
apropos comma steensgard c2d172e0c8bbd847bf8731fd5588a517 | |
apropos command_arg sreedhar 7ed3d61b122861a1fb56138903e92a08 | |
apropos command_arg steensgard 7ed3d61b122861a1fb56138903e92a08 | |
apropos command_args sreedhar b7b7ea492a1363c3952832612f255732 | |
apropos command_args steensgard b7b7ea492a1363c3952832612f255732 | |
apropos command_argstr havlak 264318c01a88625a7b07be5770cf28d0 | |
apropos command_argstr sreedhar 264318c01a88625a7b07be5770cf28d0 | |
apropos command_tostring sreedhar ffcb264b4010d4869b9cdc2910b5a072 | |
apropos command_tostring steensgard ffcb264b4010d4869b9cdc2910b5a072 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment