Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Last active November 30, 2016 05:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/49101bfe86a6833fb38a to your computer and use it in GitHub Desktop.
Save rtrouton/49101bfe86a6833fb38a to your computer and use it in GitHub Desktop.
Reading Apple JDK version number
java -version 2>&1 | awk 'NR==1{ gsub(/"/,""); print $3 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment