curl several files and save output in one file
listed in answer
ANSWER:
Try this (bash):
curl http://example.com/url1 > exportfile
listed in answer
ANSWER:
Try this (bash):
curl http://example.com/url1 > exportfile
New Comments