Skip to content

Instantly share code, notes, and snippets.

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 william-reed/82a7a8aa3e9683ede3b9e878bf4f4641 to your computer and use it in GitHub Desktop.
Save william-reed/82a7a8aa3e9683ede3b9e878bf4f4641 to your computer and use it in GitHub Desktop.
Get major java version
JAVA_VERSION=$(java -version 2>&1 | awk 'NR==1{ gsub(/"/,""); print $3 }' | cut -f1 -d".")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment