curl several files and save output in one file

listed in answer

curl several files and save output in one file
0 votes, 0.00 avg. rating (0% score)

ANSWER:

Try this (bash):

 curl http://example.com/url1  > exportfile

by ams from http://unix.stackexchange.com/questions/35386