Skip to content

Instantly share code, notes, and snippets.

@holly
Created August 21, 2022 04:51
Show Gist options
  • Save holly/b435ca550bf89e805c5f97c782dbbbb3 to your computer and use it in GitHub Desktop.
Save holly/b435ca550bf89e805c5f97c782dbbbb3 to your computer and use it in GitHub Desktop.
curl -sfL https://nodejs.org/download/release/ | perl -nle 'print $1 if /^<a href=\"(.*)\/\">.*/' | egrep "^v" | sed -e "s/^v//" | sort -k1,1 -k2,2 -k3 -t"." -n | perl -nlpe 's/^(.*)$/v$1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment