Skip to content

Instantly share code, notes, and snippets.

@zuigon
Created August 30, 2010 21:19
Show Gist options
  • Save zuigon/558070 to your computer and use it in GitHub Desktop.
Save zuigon/558070 to your computer and use it in GitHub Desktop.
# trajanje `brew upgrade`-a
(grep "built in" in.txt | sed 's:.*in ::g' | tee >(echo ---) >(grep minutes | awk '{print $1, "* 60"}' | bc | sed 's:\.0::g') >(grep seconds | awk '{print $1}' | bc) ) | awk 'BEGIN{total=0}; {total += $1} END{print total, " / 60"}' | bc | awk '{print $1," minuta"}'
18 minuta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment