Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save matthijskooijman/5f35dc7eb08a2fb38ac516feeef94244 to your computer and use it in GitHub Desktop.

Select an option

Save matthijskooijman/5f35dc7eb08a2fb38ac516feeef94244 to your computer and use it in GitHub Desktop.
$ cat foo
bla_c
bla/b
bla_a
$ cat foo|sort
bla_a
bla/b
bla_c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment