Golfing multiple curl statements in series – unix.stackexchange.com

#!/usr/bin/env bash URL_1=http://ift.tt/1Onnbtx URL_2=$(curl "$URL_1" | sed -n '/Stable Versions/{p; :loop n; p; /rolling/Iq; b loop}' | grep -i rolling | cut -d \" -f 2) URL_3=$(...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Golfing multiple curl statements in series – unix.stackexchange.com"