Skip to content

Instantly share code, notes, and snippets.

@giorgiosironi
Created November 6, 2017 15:18
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 giorgiosironi/8134801994fb1079714bebad8e7bde3c to your computer and use it in GitHub Desktop.
Save giorgiosironi/8134801994fb1079714bebad8e7bde3c to your computer and use it in GitHub Desktop.
`-` vs `_` in binaries
$ ls /usr/bin/*-* | wc -l
801
$ ls /usr/bin/*_* | wc -l
243
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment