Golfing multiple curl statements in series – unix.stackexchange.com 06:19 Posted by Unknown No Comments #!/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 Unknown
0 Comment to "Golfing multiple curl statements in series – unix.stackexchange.com"
Post a Comment