Skip to content

Instantly share code, notes, and snippets.

@namgivu
Created February 21, 2019 06:16
Show Gist options
  • Save namgivu/0d5f2b90e6c8874c54444c6f0dd2b28c to your computer and use it in GitHub Desktop.
Save namgivu/0d5f2b90e6c8874c54444c6f0dd2b28c to your computer and use it in GitHub Desktop.
curl -s https://www.python.org/doc/versions/ | grep 3.6 | head -n1 | cut -d'>' -f3 | cut -d' ' -f2 | cut -d'<' -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment