curl download specific file code example
Example 1: how to download using curl
curl http://some.url --output some.file
Example 2: curl download file without output
curl -O https://www.cyberciti.biz/files/sticker/sticker_book.pdf
curl http://some.url --output some.file
curl -O https://www.cyberciti.biz/files/sticker/sticker_book.pdf