# Example Solution A :: longer, uses 1 fewer process
curl -s -i http://git.io -F "url=$URL" | awk '/Location: /{print x=$2}END{exit!x}'

...

Bash git.io data filter with pro...

by Barry A., December 28, 2011 18:31, 2 refactorings, tagged with bash, awk, sed, grep, sh

Is there an awesomer shorte...

3f582b2bc3caf0d7074e85cdf2046a0f Talk
#!/bin/bash

# Global variables
...

Bash Adding speed to script

by Zmyrgel, June 03, 2009 07:14, -37 refactorings, tagged with speed, shell, awk

I'm trying to collect custo...

D41d8cd98f00b204e9800998ecf8427e Talk
#!/bin/sh

...

Bash Memory usage script

by JonM1827, July 30, 2008 20:51, 2 refactorings, tagged with shell, perl, memory, awk

So I use thin to serve my r...

Fcd45b7de93cc8fa417fa43426973e06 Talk