curl and save file code example
Example 1: curl download file without output
curl -O https://www.cyberciti.biz/files/sticker/sticker_book.pdf
Example 2: curl save file
curl -o target/path/filename URL
curl -O https://www.cyberciti.biz/files/sticker/sticker_book.pdf
curl -o target/path/filename URL