Skip to content

Instantly share code, notes, and snippets.

@holly
Created August 14, 2022 16:55
Show Gist options
  • Save holly/a08b7abe2c978f44f0e151f043fe7730 to your computer and use it in GitHub Desktop.
Save holly/a08b7abe2c978f44f0e151f043fe7730 to your computer and use it in GitHub Desktop.
curl -sfL https://nginx.org/download/ | grep nginx | egrep -v "(patch|trace_process|.asc|.zip)" | perl -npe 's/^<a href=\"nginx\-(.*)\.tar\.gz\">.*/$1/' | 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