Skip to content

Instantly share code, notes, and snippets.

@commuterjoy
Created March 22, 2012 20:38
Show Gist options
  • Save commuterjoy/2163903 to your computer and use it in GitHub Desktop.
Save commuterjoy/2163903 to your computer and use it in GitHub Desktop.
Do something a number of times
alias times='ruby -e "ARGV.first.to_i.times { system ARGV.last }"'
# Eg,
times 10 'curl -I -s www.bbc.co.uk/news/ | grep HTTP'
(thanks @andrewvos)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment