Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Last active August 29, 2015 14:07
Show Gist options
  • Save rogeriopradoj/eb27c452a9b031a636ee to your computer and use it in GitHub Desktop.
Save rogeriopradoj/eb27c452a9b031a636ee to your computer and use it in GitHub Desktop.
$ curl -qsILf http://git.php.net/\?p\=web/php-distributions.git\;a\=blob\;f\=php-5.5.3.tar.bz2\;h\=2f8f088ff89cb77873798a58027dcf68271f4cda\;hb\=4c39e3c8edc074dc80077a00eab518be309a858d | grep -o -E 'filename=.*$' | sed -e 's/filename=//' -e 's/\"//g' | tr -d '\r\n' > curl.txt
$ wget -q --server-response --spider http://git.php.net/\?p\=web/php-distributions.git\;a\=blob\;f\=php-5.5.3.tar.bz2\;h\=2f8f088ff89cb77873798a58027dcf68271f4cda\;hb\=4c39e3c8edc074dc80077a00eab518be309a858d 2>&1 | grep -o -E 'filename=.*$' | sed -e 's/filename=//' -e 's/\"//g' | tr -d '\r\n' > wget.txt
php-5.5.3.tar.bz2
php-5.5.3.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment