Skip to content

Instantly share code, notes, and snippets.

@dustinbutterworth
Created July 27, 2020 15:35
Show Gist options
  • Save dustinbutterworth/31fcd28796bd0b9337344d1ad59d800b to your computer and use it in GitHub Desktop.
Save dustinbutterworth/31fcd28796bd0b9337344d1ad59d800b to your computer and use it in GitHub Desktop.
Curl Search for latest package on Centos Repo
curl -s http://mirror.centos.org/centos/7/os/x86_64/Packages/ | grep ipa-client | cut -d '"' -f 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment