Created
March 22, 2012 20:38
-
-
Save commuterjoy/2163903 to your computer and use it in GitHub Desktop.
Do something a number of times
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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