Skip to content

Instantly share code, notes, and snippets.

@jdswinbank
Created February 13, 2019 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdswinbank/2dcc1431a585b2a0c490212766fd3108 to your computer and use it in GitHub Desktop.
Save jdswinbank/2dcc1431a585b2a0c490212766fd3108 to your computer and use it in GitHub Desktop.
[swinbank@lsst-dev01 astrometry_net_data (master)]$ uname -a
Linux lsst-dev01.ncsa.illinois.edu 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[swinbank@lsst-dev01 astrometry_net_data (master)]$ sort --version
sort (GNU coreutils) 8.22
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Mike Haertel and Paul Eggert.
[swinbank@lsst-dev01 astrometry_net_data (master)]$ cat sort_test
8
10
[swinbank@lsst-dev01 astrometry_net_data (master)]$ sort sort_test
10
8
[jds@magpie astrometry_net_data (master)]$ uname -a
Darwin magpie 18.2.0 Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64 x86_64 i386 MacBookPro11,3 Darwin
[jds@magpie astrometry_net_data (master)]$ sort --version
sort (GNU coreutils) 8.30
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Mike Haertel and Paul Eggert.
[jds@magpie astrometry_net_data (master)]$ cat sort_test
8
10
[jds@magpie astrometry_net_data (master)]$ sort sort_test
8
10
[jds@magpie astrometry_net_data (master)]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment