Created
May 20, 2014 11:34
-
-
Save bsnape/2574bcb399a5faf0f38f to your computer and use it in GitHub Desktop.
Bash single-line for loop
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
for i in {1..50}; do curl localhost:9086/status; echo; sleep 1; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment