Dec 252012
How to curl two urls at the same time
Answer:
You can curl multiple urls with the "curl" command already, e.g.
# curl -v http://www.google.com http://www.google.com
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to curl two urls at the same time
Answer:
You can curl multiple urls with the "curl" command already, e.g.
# curl -v http://www.google.com http://www.google.com