download zip file from url linux code example
Example 1: download a zip file using curl
curl -o ./bhcdata1.zip "https://www.chicagofed.org/applications/bhc_data/bhcdata_create_output.cfm?DYR=2011&DQTR=1"
Example 2: download a zip file using curl
curl -O http://example.com/download/myfile.zip