Skip to content

Instantly share code, notes, and snippets.

@davidandreoletti
Created July 24, 2013 14:06
Show Gist options
  • Save davidandreoletti/6070895 to your computer and use it in GitHub Desktop.
Save davidandreoletti/6070895 to your computer and use it in GitHub Desktop.
Get latest VirtualBox version - oneliner
wget -qO - http://download.virtualbox.org/virtualbox/ | sed -nr 's/^[^"]+"//;s/".*//;/^[0-9].*\/$/p' | sed s'/.$//' | sort --version-sort | tail -n 1
4.2.12
:)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment