Skip to content

Instantly share code, notes, and snippets.

@holly
Created August 21, 2022 05:02
Show Gist options
  • Save holly/b0d60afbdd25123c14c4915b80c00990 to your computer and use it in GitHub Desktop.
Save holly/b0d60afbdd25123c14c4915b80c00990 to your computer and use it in GitHub Desktop.
curl -sfL https://openresty.org/en/download.html |perl -nle 'print $1 if /<a href=\"https:\/\/openresty\.org\/download\/openresty\-(.*)\.tar\.gz\" .*>.*/' | sort -k1,1 -k2,2 -k3 -t"." -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment